Makie v0.24.10
- Fix
register_positions_projected!not updating whenfloat32convertchanges (#5485) (@asinghvi17) banddocs enhancement: add alpha transparency (#5489) (@martincornejo)- Fix Resampler for RGB-images (#5526) (@johroj)
- Fix rendering of LaTeXString when using bracket (#5536) (@KristianHolme)
- Implement text glow rendering in CairoMakie (#5542) (@aplavin)
- allow Legend to be created from multiple Axis (re-submit of #4984) (#5551) (@TomRottier)
- Allow adaptive colorrange in one direction (#5555) (@felixcremer)
- fix(annotation): Show lines/arrows when text is blank (#5560) (@jkrumbiegel)
- fix(CairoMakie): Batch glyphs in PDF/SVG text export (#5561) (@jkrumbiegel)
- Fix typo in docstring (#5564) (@LilithHafner)
- Annotation stackoverflows when having empty strings (#5568) (@hz-xiaxz)
- Bump codecov/codecov-action from 5 to 6 (#5572) (@dependabot[bot])
- feat(barplot): support RichText for bar_labels (#5578) (@jkrumbiegel)
- Add
@reflinks to func names in themes.md (#5585) (@abhro) - Remove unnecessary trailing comma (#5594) (@fredrikekre)
- Add pathtext recipe for text along a path (#5596) (@jkrumbiegel)
- fix: use RelocatableFolders.@path for shared precompile path (#5597) (@jkrumbiegel)
- fix(ReferenceUpdater): match renamed "Merge artifacts" check (#5603) (@jkrumbiegel)
- Bump package versions (patch) (#5607) (@github-actions[bot])
Closed issues:
- Output axes numbers and text as one single text object (#3369)
- Add an example with
CurveTo(#3638) - CairoMakie: export
textas a single multiple-glyph object, not multiple single-glyph objects (#3862) - Possibility to set low or high bound of colorrange and let the other one be adaptive (#3992)
- ecdfplot! doesn't cycle colors (#4322)
- plotspecs don't Cycle (#4353)
- no glow in CairoMakie (#4625)
plotlist!does not Cycle using SpecAPI (#4843)- Clarify MakieCore dependency vs Makie weakdeps (#4978)
- rich text for barplot labels (#5300)
- yscale demonstration accidental overlap (#5549)
- Add back transparency to
banddocs example (#5553) annotationswith blank text input won't show up (#5557)- LoadError: InitError: could not load library "/home/gab28/.julia/artifacts/654863f618f22eeb74ce2d1b4996666e65e596e4/lib/libgio-2.0.so" (#5565)
- Annotation StackOverflows for LatexString labels (#5566)
- Annotation stackoverflows when having empty strings (#5567)
- Confusing example of the GridLayout use (#5591)
- Annotation function does not draw arrows without an explicit text property (#5595)