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
import seaborn as sns | |
sns.catplot(x="day", y="total_bill", hue="smoker", | |
kind="violin", split=True, data=tips); |