Skip to content

Instantly share code, notes, and snippets.

@ishritam
Created October 9, 2019 11:47
Show Gist options
  • Save ishritam/3ee0e31d721c34ee89e952df40cc3f74 to your computer and use it in GitHub Desktop.
Save ishritam/3ee0e31d721c34ee89e952df40cc3f74 to your computer and use it in GitHub Desktop.
violinplot
sns.violinplot(x="species", y="petal_length", data=iris, size=8)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment