Circle Graph Layout Method
Options
Description
Examples
center=[numeric, numeric]
a point in the plane for the center of the circle. 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
The circle layout method evenly spaces the vertices of the graph along a circle in order.
This layout method works in two dimensions only.
See Also
GraphTheory[DrawGraph]
Download Help Document