Skip to content

Instantly share code, notes, and snippets.

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