stefanuddenberg
8/16/2019 - 3:11 PM

Seaborn -- Make overlaid beeswarm and violin plot

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")