Return a pydot graph from a NetworkX graph N.
Examples
>>> K5=nx.complete_graph(5) >>> P=nx.to_pydot(K5)
Notes