#

Note

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

#

networkx.drawing.nx_agraph.write_dot

write_dot(G, path)[source]

Write NetworkX graph G to Graphviz dot format on path.

Parameters
  • G (graph) – A networkx graph

  • path (filename) – Filename or file handle to write