Circle Graph Layout Method - Maple Help

Online Help

All Products    Maple    MapleSim


Circle Graph Layout Method

 

Options

Description

Examples

Options

• 

center=[numeric, numeric]

  

a point in the plane for the center of the circle. 0,0 is the default.

• 

phase=numeric

  

the angle in radians at which to put the first vertex of the graph

• 

radius=numeric

  

the radius of the circle

Description

• 

The circle layout method evenly spaces the vertices of the graph along a circle in order.

• 

This layout method works in two dimensions only.

Examples

withGraphTheory:

withSpecialGraphs:

withRandomGraphs:

GGraphundirected,1,2,1,4,2,3,3,4

GGraph 1: an undirected unweighted graph with 4 vertices and 4 edge(s)

(1)

DrawGraphG,layout=circle

DrawGraphG,layout=circle,layoutoptions=phase=π3

See Also

GraphTheory[DrawGraph]