|
|
||
|
|
GraphPlot3D |
| GraphPlot3D[{vi1->vj1, vi2->vj2, ...}] generates a 3D plot of the graph in which vertex vik is connected to vertex vjk. |
| GraphPlot3D[{{vi1->vj1, lbl1}, ...}] associates labels lblk with edges in the graph. |
| GraphPlot[m] generates a plot of the graph represented by the adjacency matrix m. |
| DataRange | Automatic | the range of vertex coordinates to generate | |
| EdgeRenderingFunction | Automatic | function to give explicit graphics for edges | |
| Method | Automatic | the method used to lay out the graph | |
| MultiedgeStyle | Automatic | how to draw multiple edges between vertices | |
| PackingMethod | Automatic | method to use for packing components | |
| 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. |