Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bar plot barmode has changed #4884

Closed
MarcoGorelli opened this issue Nov 16, 2024 · 3 comments
Closed

Bar plot barmode has changed #4884

MarcoGorelli opened this issue Nov 16, 2024 · 3 comments

Comments

@MarcoGorelli
Copy link
Contributor

MarcoGorelli commented Nov 16, 2024

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

Image

Image

I guess it's probably due to #4790 - taking a look

@MarcoGorelli
Copy link
Contributor Author

looks like this is the same root issue as the histogram plot in #4863 - closing in favour of that one then

@MarcoGorelli
Copy link
Contributor Author

Can confirm that this is now fixed 👍

@emilykl
Copy link
Contributor

emilykl commented Nov 18, 2024

Just saw this — thanks for opening this issue @MarcoGorelli !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants