RecursionMethod is an option to MinimumBandwidthOrdering that specifies whether to employ a multilevel process to find a minimal bandwidth ordering.
RefinementMethod is an option to MinimumBandwidthOrdering that specifies the refinement method used to further improve the bandwidth ordering.
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
VertexComponent[g, {v_1, v_2, ...}] gives the vertices in the graph g that have a path to at least one of v_1, v_2, ....VertexComponent[g, {v_1, v_2, ...}, k] gives the ...
LineGraph[g] constructs the line graph of graph g.
ResidualFlowGraph[g, flow] returns the directed residual flow graph for graph g with respect to flow.
In Mathematica's unified symbolic framework, graphics are treated just like any other expression—to be displayed, arranged, annotated, or manipulated using any of ...
Convert To opens a submenu for converting a cell to another form, format, or display form.
The following sequence shows how to change the aspect ratio of a plot. Using the Selection tool, click to select the graphic. Shift+drag a handle to change the aspect ratio.
VertexStyle is an option and property for Graph and related functions that specifies what style to use for vertices.