GraphTheory[SetVertexPositions]
|
Calling Sequence
|
|
SetVertexPositions(G, vp)
|
|
Parameters
|
|
G
|
-
|
graph
|
vp
|
-
|
list of pairs of numbers
|
|
|
|
|
Description
|
|
•
|
SetVertexPositions('G', 'vp') sets the vertex positions of the graph G for graph drawing. The vertex positions should be input in the format [[x1,y1],[x2,y2],...,[xn,yn]].
|
|
|
Download Help Document
Was this information helpful?