-
Notifications
You must be signed in to change notification settings - Fork 8
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
Image flickering when the y-axes is *not* reversed #12
Comments
I'm not sure I understand all what you wrote, could you please give more details or an example? That said, I remember that for the What is the usecase where we're not happy with a not-reversed y-axis? |
Well, the Also, more generally, I can imagine that users don't expect the performance to depend on the reversed-ness of the axes :) |
Fixed in Plotly.js (plotly/plotly.js#5307). I think now we just need to wait for a new release of plotly.js and then a release of plotly.py. |
So cool! It should be this week I think, the timing is great. |
The Image trace is quite efficient when a base64-encoded png is used as the source. However, when the current implementation (of the Image trace in Plotly) needs extra steps (including per-pixel blitting) when the image is not aligned with the screen.
Possible solutions:
The text was updated successfully, but these errors were encountered: