Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

draw_circular

draw_circular(G, **kwargs)[source]

Draw the graph G with a circular layout.

Parameters:
  • G (graph) – A networkx graph
  • **kwargs

    See networkx.draw_networkx() for a description of optional keywords, with the exception of the pos parameter which is not used by this function.