1)sns.swarmplot(x=‘species’,data=p)
HERE, WHAT WOULD Y AXIS INDICATE
2)why are we putting kind=kde why not kde =True
1)sns.swarmplot(x=‘species’,data=p)
HERE, WHAT WOULD Y AXIS INDICATE
2)why are we putting kind=kde why not kde =True
Hi @PURVI,
kinds
.