We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
customdata
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
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.
The text was updated successfully, but these errors were encountered:
Closed by #3293
Sorry, something went wrong.
jonmmease
No branches or pull requests
This returns a numpy array in 4.14.3 and a tuple in 5.1.0:
Ideally we would get back to the old behaviour if possible.
The text was updated successfully, but these errors were encountered: