Makie v0.20.2
Merged pull requests:
- Histogram: fix a plot updating bug for plot specific attributes (#3365) (@Sagnac)
- fix transformation passthrough (#3418) (@ffreyer)
- use generic attributes (#3424) (@SimonDanisch)
- fix contour attribute + plot!(fig, ..) (#3425) (@SimonDanisch)
- Improve PolarAxis surface example (pass data as color) (#3426) (@ffreyer)
- Fix incorrect limits in h/vlines and h/vspan (#3427) (@ffreyer)
- Tweak Camera3D clipping (#3433) (@ffreyer)
- dont apply contour transform double (#3434) (@SimonDanisch)
- CairoMakie allocations (#3435) (@jkrumbiegel)
- Prepare 0.20.2 (#3438) (@SimonDanisch)
Closed issues:
- Error on valid data for
hlines!
with log scale (#3271) visible
attribute does not work with contour plots on GLMakie and WGLMakie (#3321)- Weights attribute in hist functions is not Observable-aware (#3362)
- v0.20.0 version restrictions w/ Polynomials.jl? (#3397)
- Incorrect contours in
contourf[!]
withPolarAxis
using GLMakie (#3410) contour!(...; overdraw=true)
not drawing contours on top of surface with GLMakie (#3411)- incorrect
lines!
hangs instead of errors on CairoMakie v0.11 (#3416) hlines
andvlines
do not work well on log10 axis after the v0.20 update (#3417)