Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 9, 2021 07:55
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/e7936387e7e497f0ae83b994d65be983 to your computer and use it in GitHub Desktop.
Save amankharwal/e7936387e7e497f0ae83b994d65be983 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15, 10))
sns.set_theme(style="whitegrid")
plt.title("Total Followers At The End of Every Month")
sns.barplot(x="followers_total", 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