-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Polar axis broken in patch release #3248
Comments
We noted in the docs that PolarAxis is currently experimental and open to breaking changes which is why we pushed this through in a patch release. I can reproduce the old docs example with ax.theta_as_x[] = false
reset_limits!(ax) I think that means you're missing something when swapping your arguments (maybe a transpose on z?). |
I personally agree, but it's inconsistent with Axis so we adjusted that. You can tweak the recipe to have the surface plot below the grid lines with a Btw that docs page crashes for me after a short while. I'm guessing that's a problem with WGLMakie/JSServe? (ubuntu firefox) |
It never crashed for me, but we are considering using CairoMakie.jl in the docs to avoid heavy loading. |
Something changed besides the order of arguments (should have been released as a minor release), which broke our recipes:
https://juliaearth.github.io/GeoStatsDocs/stable/variography/empirical.html#Varioplanes
The previous version of Makie.jl was working fine:
https://juliaearth.github.io/GeoStatsDocs/v0.44/variography/empirical.html#Varioplanes
Our recipe is here, it calls Makie.surface and Makie.lines with polar coordinates:
https://github.com/JuliaEarth/GeoStats.jl/blob/338127cf188fa7a769eb44549ad07633b23741d1/ext/variogram.jl#L119-L130
What do we need to change to reproduce the old visualization?
The text was updated successfully, but these errors were encountered: