We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following:
fig = Figure(); ax = GeoAxis(fig[1, 1]) xlims!(0, 3) ylims!(0, 3) plot!(ax, Point2(1.5))
The axis limits are fine, but there is no tick at 3 degrees north which is a bit odd, considering that both 1 and 2 have ticks. cc @alex-s-gardner
The text was updated successfully, but these errors were encountered:
This is specifically a tick finding issue, unrelated to the others.
Sorry, something went wrong.
No branches or pull requests
Consider the following:
The axis limits are fine, but there is no tick at 3 degrees north which is a bit odd, considering that both 1 and 2 have ticks.
cc @alex-s-gardner
The text was updated successfully, but these errors were encountered: