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
spinewidth
GeoAxis
It looks spinewidth is not supported for a GeoAxis
let fig = Figure() ax = GeoAxis(fig[1,1], spinewidth=10) fig end
Are there any work-arounds ?
The text was updated successfully, but these errors were encountered:
Probably related to #195
Sorry, something went wrong.
I ended up doing a black poly around the axis limits. The result is pretty good but requires extra effort.
poly
No branches or pull requests
It looks
spinewidth
is not supported for a GeoAxisAre there any work-arounds ?
The text was updated successfully, but these errors were encountered: