Mathematica's dynamic interactivity system makes it easy to view and annotate any object in a dynamic way. Building on Mathematica's symbolic programming architecture, ...
EdgeLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
VertexStyle is an option and property for Graph and related functions that specifies what style to use for vertices.
Mathematica includes many controls and structures related to controls as part of its core language. These control objects are supported in a completely seamless way ...
OpenerView[{expr_1, expr_2}] represents an object which displays as an opener, together with expr_1 if the opener is closed, and both expr_1 and expr_2 if it is ...
FileNameSetter[name] represents a file name setter which displays as a Browse button and when clicked brings up a system file opening dialog, starting from the location ...
ClickPane[image, func] represents a clickable pane that displays as image and applies func to the x, y coordinates of each click within the pane.ClickPane[image, {{x_min, ...
BetweennessCentrality[g] gives a list of betweenness centralities for the vertices in the graph g.
DefaultDuration is an option to Animate and related functions that specifies the default total duration of the animation in seconds.
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.