Makie v0.22.3
Merged pull requests:
- Fix text layouting for lines with no content (#4269) (@asinghvi17)
- add unsafe_set!(::Textbox, ::String) (#4417) (@bjarthur)
- pass current_figure() or current_axis() to functions by default (#4519) (@aplavin)
- add
codespell
action (#4556) (@t-bltg) - Isolate
space
from transformations (#4792) (@ffreyer) - add alpha (transparency) parameter to tricontourf (#4800) (@mikeliux)
- Add tests for DataInspector (#4810) (@ffreyer)
- Fix faulty font selection (#4832) (@ffreyer)
- Fix GLMakie embedding support (#4848) (@JamesWrigley)
- Fix/Improve marker attribute compatibility with float32converts (#4869) (@ffreyer)
- Add
transform_marker
to arrows and default to true in 3D (#4871) (@ffreyer) - Fix Cairo marker with sizes < 1 (#4882) (@ffreyer)
- make
colorrange_scaled
computation safe for inverting / sort-order-breaking scales (#4884) (@asinghvi17) - fix Colorbar for categorical colormaps (#4894) (@maxfreu)
- Fix minorgridvisible not activating minortick updates (#4896) (@ffreyer)
- fix
hexbin
using log scales (#4898) (@t-bltg) - Fix typo in DataInspector docstring (#4899) (@blegat)
- Release 0.22.3 (#4913) (@ffreyer)
Closed issues:
- Allow
scatter
to accept keywordfont
(#620) - Rich text errors on Strings with newlines (#3315)
- Add optional
origin
parameter topie
(#3741) - Document
Makie.spaces()
values (#3796) - Observable SpecApi objects lose their attributes – eg, in ecdfplot (#4686)
- KeyError: key :alpha not found (#4759)
- hexbin fails for small cell sizes in CairoMakie (#4768)
- Saving image with campixel shifted/clipped by 1 pixel (#4793)
- Issue with saving campixel png with GLMakie (#4794)
- add alpha (transparency) parameter to tricontourf (#4799)
- marker size different between backends (#4830)
yscale=Makie.log10
breaks CairoMakie output forboxplot!()
(#4838)Legend()
error when put in a grid layout (#4839)- Makie doesn't honor swapping capslock and left control (#4840)
- Warning and stackoverflow with recipe (#4851)
- WebGPURenderer in Three.js (WGLMakie) (#4860)
- Dashes render into em dashes in
L""
strings (#4864) markerspace=:data
breaks after zooming in (#4867)- arrows doesn't start at base (#4870)
volume
examples don't work due to broken conversion (#4880)- spy plot empty for matrices 461 x 461 (or higher) in CairoMakie.jl (#4881)
colorscale=-
results in a black image (#4883)rowgap!
andcolgap!
do nothing forGridSubposition
s (#4889)- Minor grid lines are not displayed in a figure with boxplots, using Makie v0.22.0 to Makie v0.22.2 (#4892)
- Log-Scale Axis within hexbin plot (#4895)
spy
produces empty output on large matrices withCairoMakie
backend (#4906)