-
Notifications
You must be signed in to change notification settings - Fork 25
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
lonlims seems to misbehave #118
Comments
Huh. The tick thing is interesting - I think it's because of a couple of different factors (longitude wrapping in Proj + a slightly bad tick positioning algorithm). If you want to plot directly in lon-lat coordinates then you might actually want to use a regular Axis for the time being, since GeoMakie is still pretty hacky. I understood layouting a bit more after the polar axis was implemented, so I should be able to make GeoAxis a proper layoutable soon. Would love a PR with that code! Is it arbitrary to any latitude? I'm on vacation now so can't really work on this, but should be able to when I get back. |
Sorry for the long delay. I just sent the PR #128 |
with
v0.4.1
, the followinggives
(where the ticks should be on the left hand side)
and
gives
(where the plot no longer reaches -270 and does not show the ticks on the left)
The text was updated successfully, but these errors were encountered: