Skip to content

Instantly share code, notes, and snippets.

@shubham-singh-ss
Created October 21, 2019 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shubham-singh-ss/dd820c1b309b95b6b252335aad780c1f to your computer and use it in GitHub Desktop.
Save shubham-singh-ss/dd820c1b309b95b6b252335aad780c1f to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
%matplotlib inline
plt.figure(figsize=(12,8))
nx.draw_networkx(df, with_labels=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment