We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
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
Running facet row plot with an animation frame using plotly express will fail updating the features in case of values missing in one category.
import plotly.express as px df = px.data.tips() fig = px.scatter( df, x="total_bill", y="tip", facet_row="day", animation_frame="time", # facet_col="time" ) fig.show()
expected : When setting the cursor back to dinner, it fails to update the row which had missing values in day for lunch.
I have no idea if this is related to plotly express, widgets or something else. Thank you !
The text was updated successfully, but these errors were encountered:
Any idea if it's related to plotly express @nicolaskruchten ?
Sorry, something went wrong.
Just wanted to give a quick update with the new release of poltly 4.8.0 (which is great btw), this problem is still open (I am running python 3.7.7)
Same issue.
Python 3.7.5 plotly: 4.14.3
The lower two plots not showing.
I have the some problem...
No branches or pull requests
Description
Running facet row plot with an animation frame using plotly express will fail updating the features in case of values missing in one category.
Reproduce
Results
expected : When setting the cursor back to dinner, it fails to update the row which had missing values in day for lunch.
I have no idea if this is related to plotly express, widgets or something else. Thank you !
The text was updated successfully, but these errors were encountered: