Skip to content

Instantly share code, notes, and snippets.

@shubham-singh-ss
Created July 4, 2019 05:48
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 shubham-singh-ss/0aa435e6e048dc5032a593069aa173f2 to your computer and use it in GitHub Desktop.
Save shubham-singh-ss/0aa435e6e048dc5032a593069aa173f2 to your computer and use it in GitHub Desktop.
import seaborn as sns
sns.catplot(x="day", y="total_bill", hue="smoker",
kind="violin", split=True, data=tips);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment