MakieOrg / GeoMakie.jl

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

GeoAxis background color #193

Open Ethan-Russell opened 8 months ago

Ethan-Russell commented 8 months ago

With the new and improved GeoAxis, I see that there is no option to add a background color to the axis. Is it simple to add that feature?

SimonDanisch commented 8 months ago

You could add it like in the normal Makie axis: https://github.com/MakieOrg/Makie.jl/blob/master/src/makielayout/blocks/axis.jl#L194-L196 Somewhere here I suppose: https://github.com/MakieOrg/GeoMakie.jl/blob/master/src/geoaxis.jl#L710