You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simplified example extracted from the README doesn't work.
let
land = GeoMakie.land()
fig =Figure()
ga4 =GeoAxis(fig[1, 1]; dest ="+proj=natearth", title ="Auto limits") # you can plot geodata on regular axes toopoly!(ga4, land[22]);
datalims!(ga4)
fig
end
The problem is the datalims!(ga4) line.
The text was updated successfully, but these errors were encountered:
I ran into the same issue. I also noticed that the "Image of the Earth" plot in the top right works properly with CairoMakie but not GLMakie — the axes show up, but not the image itself.
This simplified example extracted from the README doesn't work.
The problem is the
datalims!(ga4)
line.The text was updated successfully, but these errors were encountered: