Skip to content

Bar plot barmode has changed #4884

Closed
Closed
@MarcoGorelli

Description

@MarcoGorelli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions