Skip to content

Instantly share code, notes, and snippets.

@robdmc
Created September 28, 2020 22:23
Show Gist options
  • Select an option

  • Save robdmc/3f82bc492e87a1d5955e43250b32051c to your computer and use it in GitHub Desktop.

Select an option

Save robdmc/3f82bc492e87a1d5955e43250b32051c to your computer and use it in GitHub Desktop.
import networkx as nx
G = create_graph()
# Show graph in notebook
A = nx.drawing.nx_agraph.to_agraph(G)
A.layout('dot')
graphviz.Source(A.to_string())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment