|
|
||
|
|
LayeredGraphPlot |
| LayeredGraphPlot[{vi1->vj1, vi2->vj2, ...}] generates a layered plot of the graph in which vertex vik is connected to vertex vjk. |
| LayeredGraphPlot[{{vi1->vj1, lbl1}, ...}] associates labels lblk with edges in the graph. |
| LayeredGraphPlot[g, pos] places the dominant vertices in the plot at position pos. |
| LayeredGraphPlot[m] generates a layered plot of the graph represented by the adjacency matrix m. |
| DataRange | Automatic | the range of vertex coordinates to generate | |
| DirectedEdges | True | whether to show edges as directed arrows | |
| EdgeLabeling | True | whether to include labels given for edges | |
| EdgeRenderingFunction | Automatic | function to give explicit graphics for edges | |
| Frame | False | whether to draw a frame around the plot | |
| FrameTicks | None | what ticks to include on the frame | |
| MultiedgeStyle | Automatic | how to draw multiple edges between vertices | |
| PackingMethod | Automatic | the method to use for packing components | |
| PlotRangePadding | Automatic | how much padding to include around the plot | |
| PlotStyle | Automatic | overall graphics directives for vertices and edges | |
| SelfLoopStyle | Automatic | how to draw edges linking a vertex to itself | |
| VertexCoordinateRules | Automatic | rules for explicit vertex coordinates | |
| VertexLabeling | Automatic | whether to show vertex names as labels | |
| VertexRenderingFunction | Automatic | function to give explicit graphics for vertices |
| © 2008 Wolfram Research, Inc. |