graphviz_layout
circular_layout
Enter search terms or a module, class or function name.
Create node positions using Pydot and Graphviz.
Returns a dictionary of positions keyed by node.
Examples
>>> G=nx.complete_graph(4) >>> pos=nx.pydot_layout(G) >>> pos=nx.pydot_layout(G,prog='dot')