#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

networkx.drawing.nx_pydot.write_dot

write_dot(G, path)[source]

Write NetworkX graph G to Graphviz dot format on path.

Path can be a string or a file handle.