Skip to content

Instantly share code, notes, and snippets.

@Pamplemousse
Created November 21, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pamplemousse/40b245bb04bcda1fa3f3587b79a732fd to your computer and use it in GitHub Desktop.
Save Pamplemousse/40b245bb04bcda1fa3f3587b79a732fd to your computer and use it in GitHub Desktop.
import os
from networkx.drawing.nx_agraph import write_dot
write_dot(netowrkx_graph, 'graph.dot')
os.system('dot -Ksfdp -Tsvg -o graph.svg graph.dot')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment