Makie v0.24.14
Merged pull requests:
- Stage camera (#5472) (@jkrumbiegel)
- add searchable kwarg to Menu for use with lots of options (#5642) (@bjarthur)
- add option to style WGLMakie's Tooltip just like GLMakie's DataInspector (#5664) (@bjarthur)
- feat(dendrogram): add absolute attribute to keep input leaf positions (#5666) (@jkrumbiegel)
- Allow
Legend(..., ax)to update with plots created after Legend (#5672) (@ffreyer) - Match PolarAxis grid/spine defaults to Axis (#5676) (@briochemc)
- Add tricontour recipe, fix contour Colorbar and constant scalar field crashes (#5682) (@vincmarks)
- WGLMakie: make scene lookup retry window configurable (#5693) (@samtkaplan)
- GLMakie/WGLMakie: fix volume rendering with reversed axes (#5694) (@Cedriq1astaken)
- Add IntervalSlider support to SliderGrid (#5696) (@KristianHolme)
- Make tooltip styling more consistent (#5698) (@jkrumbiegel)
- cairomakie precompile workload scope (#5701) (@SimonDanisch)
- Don't build the poly outline when strokewidth is 0 (#5713) (@asinghvi17)
- Improve axis hints compat (#5722) (@ffreyer)
- Fix Axis3 not updating plot clip_planes (#5723) (@ffreyer)
- fix zero division in surface normals (#5725) (@ffreyer)
- Post reference image status via workflow_run so it works for fork PRs (#5726) (@jkrumbiegel)
- fix Axis3 title not working with rich text (#5729) (@ffreyer)
- Fix refimage review page for WGLMakie-only images and improve mobile layout (#5731) (@jkrumbiegel)
- Fix log-scale Axis zoom limits (#5736) (@jacobleft)
- Fix arrows3d component alignment under non-uniform scaling (#5742) (@Cedriq1astaken)
- Fix degenerate Axis3 clip planes and BoundsError on fully clipped plots (#5759) (@bjarthur)
- 0.24.14 patch release (#5763) (@ffreyer)
- WGLMakie: precompile scene serialization again (#5767) (@SimonDanisch)
Closed issues:
interpolatekwarg has no effect on meshes (#520)- Observables don't work with meshscatter (#401)
- Fast pixel markers for CairoMakie (#585)
- Point2 with missing (#1389)
- Weird update order issue with multiple Observables passed to the same plot (#1850)
- Inconsistent formatting / code style (#2519)
linesegmentswith arrow, orarrowsmethod that takes a pair of points (#2612)- ERROR: program 20 not linked (#2660)
- How to plot contourlines when the geometry is irregular (#2715)
- Better error messaging for Missing datatype (#2847)
- Changing number of elements in boxplot does not work (#2867)
boxplotdoesn't havealphakeyword (#3099)Colorbarbreaks with min limit == max limit (#3174)- Recipes do not react to keyword arguments properly (#3263)
volumeslicesdoesnt detectcolorrangewith missing values (#3367)- Cannot create
Colorbarfromcontourfof zeros (#3470) - Diamond dependency patterns can cause issues with
@lift(#3658) - How to plot a 3D-object type in
GeometryBasicssuch asTetrahedron(#3705) - Regression -
hist(data; alpha = 0.5)stopped working (#3903) - plotting missing data after non-missing data leads to an error (#3931)
- Bug in Streamplot animation when initialized as 0. (#3936)
- Rich text in
Axis3title errors (#3983) - Cannot create colobar for contour/ missing plots entry in contour (#4036)
- Updating the color of a plot after altering the legend (#4142)
- makie.surface generates incomplete meshes (#4227)
- Remove the old unit/space code (#4234)
- strokecolor crashes with WGLMakie (#4603)
- Issue with datashader!() and xlims!(), ylims!() (#4611)
- Precompilation of some recipes broken in MakieCore ^0.8.12 (#4703)
- Blurry hexbin when x/y data are of different scales (#4855)
- Boundingbox poly behind text (#4874)
- depth_shift does not seem to work if not provided initially as float32 (#4958)
- Saved Images are double the size (#4968)
- Error when increasing number of options in Menu widget (#4987)
- Observable updating does not work with WGLMakie.meshscatter! for a custom Mesh. (#5046)
scatter!fails forVector{Union{missing, Float64}}(#5089)- Simplify absolute positioning of leaves in Dendrogram (#5123)
- Error in compute pipeline computations are not direclty shown/thrown (#5151)
- Text can not be rendered correctly (#5171)
- Updating an observable fails for rasterstack with missing values (#5318)
- How can I place axis labels closer to a PolarAxis in Makie and remove the unused surrounding regions? (#5569)
- zoom on Axis3 with aspect = :data renders some points outside of box (#5613)
- rotation of Axis3 with viewmode = :free causes overlap into neighboring block (#5614)
- 3D contour plots fail with reversed axes (#5649)
- Colorbar with zero-width limits=(c,c) crashes in CairoMakie with NaN (#5680)
- tricontour: unfilled isolines on triangulated meshes (#5681)
- arrows3d arrow tip drawn mid-shaft when normalize=true (#5711)
- Rotation transformation does not apply to markers in meshscatter (#5714)
- Log-scale Axis zoom can produce invalid limits (#5735)
- Colorbar location depends on figure size when DataAspect is set (#5748)
- Installation - Failure to precompile 18 dependencies (#5762)