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

minor regression: customdata is sometimes a tuple #3292

Closed
nicolaskruchten opened this issue Jul 7, 2021 · 1 comment
Closed

minor regression: customdata is sometimes a tuple #3292

nicolaskruchten opened this issue Jul 7, 2021 · 1 comment
Assignees
Labels
bug something broken

Comments

@nicolaskruchten
Copy link
Contributor

This returns a numpy array in 4.14.3 and a tuple in 5.1.0:

import plotly.express as px
fig = px.scatter(px.data.tips(), x="total_bill", y="tip", custom_data=["sex"])
fig.data[0].customdata

Ideally we would get back to the old behaviour if possible.

@nicolaskruchten
Copy link
Contributor Author

Closed by #3293

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

No branches or pull requests

2 participants