MakieOrg / GeoMakie.jl

Geographical plotting utilities for Makie.jl
https://geo.makie.org
MIT License
161 stars 23 forks source link

X and Y labels no longer displayed #221

Open ConnectedSystems opened 2 months ago

ConnectedSystems commented 2 months ago

MWE:

fig = Figure()
ax = GeoAxis(fig[1,1], xlabel="X test", ylabel="Y test", title="Test Axis Labels")

image

asinghvi17 commented 2 months ago

Confirmed, will look into it. Thanks for the report!