Skip to content

Instantly share code, notes, and snippets.

@rvth
Created September 2, 2021 10:22
Show Gist options
  • Save rvth/3d7f0e36ca7f235e1e02d41033a47ad7 to your computer and use it in GitHub Desktop.
Save rvth/3d7f0e36ca7f235e1e02d41033a47ad7 to your computer and use it in GitHub Desktop.
sns.lineplot(x = "month", y = "log_requests_total", hue='category', data=pivot_status)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment