-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
3D graph axis rendering in FF64 + mac #3387
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
Thanks for the report. Can you tell us which Firefox version you're using and which OS you're on. Some info about your hardware might be nice also. Thank again. |
Firefox 64.0 (64-bit) Hope that helps :) |
On my project I've got the axis and text as white on grey and it flickers badly on interaction in Firefox (as it does in the demo but more obvious if you change colours). |
Chrome Version 71.0.3578.98 (Official Build) (64-bit) works fine |
Thanks @ShaneHudson Looks like we have another FF64 + mac bug (cc #3385) |
@archmoj any hints on why this is happening? |
@ShaneHudson thanks for the report. |
It's slightly worse in Firefox but not as bad as viewing in browser (without even interacting). |
This issue is basically related to a limitation that some browsers (not Chrome) don't apply |
Yep, let's try that out! |
... and generate all the gl3d baselines up on a branch. |
@ShaneHudson now on iOS and FireFox would you mind checking this third codepen, and also comparing this one which is based on your example; and possibly confirm the improvements? |
@ShaneHudson Thanks for the feedback. Would you mind testing this revised example as well? |
I've noticed graphs that look perfectly fine in Chrome look "dodgy" in Firefox. I'm not sure if it is to do with antialiasing or what but the labels and axis look many times better in Chrome.
Take the documentation's 3D surface graph for example: https://codepen.io/plotly/pen/MaxrwW
Firefox:

Chrome:

Is there anything that can be done to improve this? Firefox definitely gets a less polished result. While it looks "ok" in the screenshots, if you actually interact with the graphs Firefox is even worse.
The text was updated successfully, but these errors were encountered: