-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Template for GeoAxis #92
Comments
can you [paste the figure this produces please? |
@SimonDanisch is this |
With this setup you can write: GeoAxis(fig[5,5], ...) For a grid... It's not a layoutable itself, but that will be easy in the future once MakieOrg/Makie.jl#1355 is merged... |
also, how do we add actual ticks into this plot? This may be the critical part actually :D To make the wireframe is something one could do even before |
with
Yeah, I didn't say I have a finished GeoAxis, I only have a template for the correct overloads to make a new, axis like object ;) |
ooof, I'm really afraid now :D The source in the link is well beyond my level of familiarity which makes me skeptical if I'm able to "finish" this GeoAxis so that it has "automatic" ticks. My understanding is that the problem of just writing |
We could also go for a solution hijacking Axis directly:
|
that's exactly what I'm doing in #93 (but do not define |
|
yes it does exactly the code you pasted above and at the end calls |
i'll push the generation of |
Is there a way to make |
I think the basic structure of this is implemented in #207 and before. |
Until MakieOrg/Makie.jl#1355 is merged, we can use something like this for a GeoAxis:
The text was updated successfully, but these errors were encountered: