Skip to content

Pandas backend color scatter not working #3956

Closed
@astrowonk

Description

@astrowonk

Plotly 5.11
Pandas 1.5.1

Easy reproduction here:

import plotly.express as px
df = px.data.iris()
px.scatter(df, x="sepal_width", y="sepal_length", color="species")
df.plot.scatter(x="sepal_width", y="sepal_length", color="species")

Screenshot 2022-11-16 at 7 44 47 AM

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