rustworkx.graph_circular_layout#

graph_circular_layout(graph, /, scale=1, center=None)#

Generate a circular layout of the graph

Parameters:
  • graph (PyGraph) – The graph to generate the layout for

  • scale (float) – An optional scaling factor to scale positions

  • center (tuple) – An optional center position. This is a 2 tuple of two float values for the center position

Returns:

The circular layout of the graph.

Return type:

Pos2DMapping