Open emmanuelle opened 4 years ago
it's actually worse: the legend can get messed up also:
px.scatter(px.data.tips(),
x="total_bill", y="tip",
facet_row="day", facet_col="time",
symbol="sex", color="smoker", size="size",
labels={x:"label" for x in px.data.tips().columns})
Should we raise a warning or an error in the following case (which is very contrived of course)
in this case, in the hover only the value corresponding to
x='tip'
appears.