BaseStyle is an option for formatting and related constructs that specifies the base style to use for them.
Placed
(Built-in Mathematica Symbol) Placed[expr, pos] represents an expression expr placed at relative position pos in a chart or other display. Placed[{e_1, e_2, ...}, pos] places each of the e_i at a relative ...
MinimumBandwidthOrdering[g] attempts to find a vertex ordering that minimizes the bandwidth of the undirected graph g.MinimumBandwidthOrdering[m] attempts to find row and ...
PathGraph[{v_1, v_2, ...}] yields a path with vertices v_i and edges between v_i and v i +\[ThinSpace]1 .PathGraph[{e_1, e_2, ...}] yields a path with edges ...
NormalDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
Strong
(Combinatorica Package Symbol) Strong is an option to ConnectedQ that seeks to determine if a directed graph is strongly connected.
ThickDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
ThinDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
Weak
(Combinatorica Package Symbol) Weak is an option to ConnectedQ that seeks to determine if a directed graph is weakly connected.
AnimateGraph[g, l] displays graph g with each element in the list l successively highlighted. Here l is a list containing vertices and edges of g. An optional flag, which ...