Gráfico de tiras (normal)
sns.stripplot(x="day", y="total_bill", data=t)Copy
Cooperative Caterpillar
sns.stripplot(x="day", y="total_bill", data=t)Copy
sns.stripplot(x="day",y="total_bill",data=t,jitter=True,hue='sex',palette='Set1')Copy