-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Plotly express Scatter: slow to setup with animations #2400
Comments
Hi @maartenbreddels great to see you here :-). @jonmmease made very recently some major speed improvements for creating plotly figures (#2368). On plotly master, your code snippet only takes 0.5s to execute. Would you mind checking that you see the same using master? We hope to release in the next two weeks :-). |
Hi @emmanuelle! Great, I can confirm it is much faster indeed. Fast enough for us for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I aggregated some data with Vaex, and want to show an animated scatter plot with plotly express. My aggregated dataframe contains 3117 rows (see screenshot), but making the plot takes 11 seconds (on the Python side), which I think is a bit slow.
I've attached a code example below and I've attached the aggregated data, so you don't need to install vaex not download all the data to reproduce it.
taxi.csv.zip
Is this performance expected, and can I do something to work around it? (maybe without plotly express?)
Regards,
Maarten
The text was updated successfully, but these errors were encountered: