-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rotating a 3D plot causes flickering and changes in data visibility #28
Comments
Could you make a minimal example of this and I would be happy to investigate. My first thought is maybe that you have some values for the view of the 3d model set in the config. |
One more observation. It could be related to float rounding issues. Or to date handling in plotly. If you use time/1e9 instead of just time, the flickering is gone (and axis ticks are no longer in date format but in numbers). |
Well, it's an upstream issue: supposedly, the fix is in this PR: gl-vis/gl-axes3d#23 |
Thank you so much for diagnosing this! Do you think we can close the issue given the upstream fix? |
The PR has not been approved in 3 years, but anyway this project is not the right place to fix this bug, so closing, yes. Thanks! |
Hi. I am trying to plot a series of scatter3d lines (one per timestamp), and when I rotate the plot interactively, it flickers heavily and random points from the data are dropped, sometimes to the point that only a small portion of the plot is shown, and sometimes, there is no data at all. Is it a known problem?
Here are some screenshots when rotating the plot (the first one shows all of the data, and next are lost)
The text was updated successfully, but these errors were encountered: