Closed
Description
Similar to the example for swarmplot
, I would expect the following to color points by the "sex" column:
tips = sns.load_dataset("tips")
ax = sns.swarmplot(y="total_bill", hue="sex", data=tips)
But all points are the same color.
Metadata
Metadata
Assignees
Labels
No labels