MakieOrg / GeoMakie.jl

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

`spinewidth` not accepted in `GeoAxis` #258

Open filchristou opened 3 months ago

filchristou commented 3 months ago

It looks spinewidth is not supported for a GeoAxis

let
    fig = Figure()
    ax = GeoAxis(fig[1,1], spinewidth=10)
    fig
end

image

Are there any work-arounds ?

filchristou commented 3 months ago

Probably related to https://github.com/MakieOrg/GeoMakie.jl/issues/195

filchristou commented 3 months ago

I ended up doing a black poly around the axis limits. The result is pretty good but requires extra effort.