Skip to content

Instantly share code, notes, and snippets.

@vivekpadia70
Created December 25, 2019 07:21
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 vivekpadia70/2f9dd56e0d715feab9152f7c54863a2d to your computer and use it in GitHub Desktop.
Save vivekpadia70/2f9dd56e0d715feab9152f7c54863a2d to your computer and use it in GitHub Desktop.
plt.figure(figsize=(10,7), facecolor='w', edgecolor='k')
sns.violinplot(full_df['Type'], full_df['Price'])
plt.title("Violin plot for Type to Price")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment