Skip to content

Bug in updating express visualization with facet row and animation frame #1816

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

Open
mazzma12 opened this issue Oct 14, 2019 · 4 comments
Open
Labels
bug something broken P3 backlog

Comments

@mazzma12
Copy link

mazzma12 commented Oct 14, 2019

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

  • plotly : 4.1.1
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()

Results

image
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 !

@mazzma12
Copy link
Author

Any idea if it's related to plotly express @nicolaskruchten ?

@mazzma12
Copy link
Author

mazzma12 commented May 27, 2020

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)

image

@pyotr777
Copy link

Same issue.

Python 3.7.5
plotly: 4.14.3

The lower two plots not showing.
Screenshot 2021-03-22 at 19 50 09

@GalhardoBruno
Copy link

I have the some problem...

@gvwilson gvwilson self-assigned this Jul 5, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson added P3 backlog bug something broken labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 backlog
Projects
None yet
Development

No branches or pull requests

4 participants