Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 5, 2020 13:44
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 prateekjoshi565/c9c6c34ec582a093dd7fea41481fcb1a to your computer and use it in GitHub Desktop.
Save prateekjoshi565/c9c6c34ec582a093dd7fea41481fcb1a to your computer and use it in GitHub Desktop.
# load the graph
G = nx.karate_club_graph()
# visualize the graph
nx.draw(G, with_labels = True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment