Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 9, 2021 07:52
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 amankharwal/ad414e6a974d19b1f14a804951f7384f to your computer and use it in GitHub Desktop.
Save amankharwal/ad414e6a974d19b1f14a804951f7384f to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15, 10))
sns.set_theme(style="whitegrid")
plt.title("Number of Followers I Gained Every Month")
sns.barplot(x="followers_gained", y="period_end", data=data)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment