SetVertexPositions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory

  

SetVertexPositions

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SetVertexPositions(G, vp)

Parameters

G

-

graph

vp

-

list of pairs or triples of numbers, or numeric Matrix with 2 or 3 columns

Description

• 

SetVertexPositions('G', 'vp') sets the vertex positions vp of the graph G for graph drawing.  The vertex positions should be input in the format [[x1,y1],[x2,y2],...,[xn,yn]] or [[x1,y1,z1],[x2,y2,z2],...,[xn,yn,zn]].

Examples

(1)

Compatibility

• 

The GraphTheory[SetVertexPositions] command was updated in Maple 2020.

See Also

DrawGraph

GetVertexPositions

 


Download Help Document