-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Missing line segments in PolarAxis #3927
Comments
The gap at r = 0 happens because by default PolarAxis removes points with negative radius. You can turn that off by setting |
Should we clamp |
I'm wondering why |
It's not Makie.jl/src/layouting/transformation.jl Lines 477 to 479 in d57e9d3
It's just that the next point in the line is at a negative radius. I think regardless of what we do by default it's going to have some downsides.
|
Thank you for a great explanation. Out of curiosity, I have tried Plots.jl and Matlab and in both cases the default behaviour is |
Closing this as not-planned. (Unless this becomes a common complaint) |
When creating lines in PolarAxis, some line segments (around r=0 or theta=2pi) are missing.
MWE:
It should be a full circle, but I got this instead:
When changing the parametr k, the effect may vary.
Tested with:
GLMakie v0.10.0 (Makie v0.21.0, Makiecore v0.8.0)
CairoMakie v0.12.0 (Makie v0.21.0, Makiecore v0.8.0)
GLMakie v0.9.10 (Makie v0.20.9, MakieCore v0.7.3)
CairoMakie v0.11.10 (Makie v0.20.9, MakieCore v0.7.3)
The text was updated successfully, but these errors were encountered: