-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Speed of rendering static images #1775
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
Comments
When rendering more than around 2000 points in line or scatter plots, we recommend using |
I've set the Apart from that, the quality of the image has decreased. And the plot is a bit messed up: Apparently plotting with |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
I'm translating the Robust Gaussian Processes in Stan tutorial to Python.
In the process of doing that I've encountered a speed issue. Plotly is slow at plotting many (a few thousand) traces.
Reproducible example (plotting the Posterior Realizations - 3.2 in the tutorial):
Download the
bag.pkl
file, then run:4000 lines over 500 data points.
Plotly takes ~30s to render the svg image.
R does it in ~2 seconds.
Now, the image in plotly is way better than the one displayed by R, but I'm wondering whether the speed can be improved further.
The text was updated successfully, but these errors were encountered: