-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Geo grid fixes #3706
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
Geo grid fixes #3706
Conversation
Great! |
We have a slightly different tick algo than |
I think the new longitude lines displayed on the polar stereographic projection may be off by one/half pixel or a distance. |
Sure, there's a diff. Now, is the old baseline correct, or is the new baseline better? Oh well, I guess I hold this one out of 1.46.0 |
Hard to tell. To my eyes the old baseline appear to be slightly more accurate if we compare against Hawaii. |
- so that it matches the current behavior (i.e. where tick0 didn't do a thing)
Excellent. |
Looks great! |
I'll wait for Monday. |
Ok, no new bug reports from 1.46.0 today, so let's start merging stuff for next week's 1.47.0 |
fixes #2896 (finally) making
geo.(lon|lat)axis.tick0
work by computing grid values usingAxes.calcTicks
.cc @plotly/plotly_js - I'd like to slip this one in 1.46.0.