Closed
Description
I've tried comparing
in
import plotly.express as px
long_df = px.data.medals_long()
fig = px.bar(long_df, x="nation", y="count", color="medal", title="Long-Form Input")
fig
and the outputs now differ
I guess it's probably due to #4790 - taking a look
Metadata
Metadata
Assignees
Labels
No labels