Makie v0.22.5
Merged pull requests:
- textlabel recipe (#4879) (@ffreyer)
- Add ticks to PolarAxis (#4902) (@ffreyer)
- update voxels if underlying chunk array changes (#4914) (@simeonschaub)
- Corrections for non uniformly scaled markers and text (#4918) (@ffreyer)
- Handle heatmap, image, meshscatter, mesh and surface in Legend (#4924) (@ffreyer)
- Add hide/show interactions to Legend (#4927) (@SimonDanisch)
- Respect panbutton selection (#4932) (@alhirzel)
- Move most of the texture atlas logic to JS, to be able to use bigger atlas (#4942) (@SimonDanisch)
- Add
direction = :y
attribute for vertical bands (#4949) (@jkrumbiegel) - fix line iteration order in
convert_arguments(::Lines, ::Rect3)
(fix #4953) (#4954) (@thchr) - Finish svg surface so that Cairo callback doesn't potentially hit invalid io later (#4971) (@jkrumbiegel)
Closed issues:
Legend
fails on a 3D plot ? (#1703)- Incorrect Z-order interaction bewtween color and pattern in CairoMakie (#3404)
- meshscatter does not produce an element in the legend (#4066)
- Screens sometimes blank (#4432)
- MacOS/GLMakie: NSException when displaying GLMakie figure (#4688)
- PolarAxis ticks (#4773)
- voxels passed as UInt8 chunk do not update using Observables (#4912)
- Makie v0.22.4 fails to compile on Mac (#4917)
- Enable Unitful + Measurements (#4919)
[x,y]axislinks
androwsizes
can't be combined (#4947)- barplot - bars do not extend to lower yaxis limit when
yscale = log10
(#4948) - Mac + OpenGL error: "GLD_TEXTURE_INDEX_2D is unloadable ..." (#4950)
lines
forRect{3}
has drawing artifacts (#4953)sprint
with a CairoMakie svg surface causes finalizer errors in 1.11 and above (#4970)