Skip to content

Instantly share code, notes, and snippets.

@manekgarg
Created May 23, 2020 18:22
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 manekgarg/04e30fbe80b189046722d93c9a5ea410 to your computer and use it in GitHub Desktop.
Save manekgarg/04e30fbe80b189046722d93c9a5ea410 to your computer and use it in GitHub Desktop.
# Add information of people
plt.figure(figsize=(22,16))
nx.draw(G, edge_color = '#ced7d9',width = 4, arrowsize = 30, with_labels= True)
# Plot the basic graph
plt.figure(figsize=(22,16))
nx.draw(G, edge_color = '#ced7d9',width = 4, arrowsize = 30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment