I've tried comparing
- 5.24.1+19.g673c19c4e (commit 2bc6a0f)
- 5.24.1+496.g2bc6a0fed (commit 673c19c)
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
I've tried comparing
in
and the outputs now differ
I guess it's probably due to #4790 - taking a look