Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 9, 2021 07:58
Show Gist options
  • Save amankharwal/fd3a02e84697518bb8f70c3caebe5369 to your computer and use it in GitHub Desktop.
Save amankharwal/fd3a02e84697518bb8f70c3caebe5369 to your computer and use it in GitHub Desktop.
plt.figure(figsize=(15, 10))
sns.set_theme(style="whitegrid")
plt.title("Total Views Every Month")
sns.barplot(x="views", 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