ax = sns.violinplot(x="day", y="total_bill", data=tips, inner=None) ax = sns.swarmplot(x="day", y="total_bill", data=tips, color="white", edgecolor="gray")