Makie v0.17.9
Closed issues:
- LMenu default value selection - MakieLayout.jl (#670)
- ERROR: LoadError: No meshes to merge (#859)
- 2D Histogram missing (didn't merge from StatsMakie) (#958)
- DataInspector throws error on axes hover (#1348)
- Feature request: Patterned bar plots in CairoMakie (#1385)
- broken edge case: plotting an empty list of polygons (#1502)
- linkaxes! is asymmetric (#1718)
menu
issues (#1749)- Multi-line legend label not aligned correctly (#1820)
- Porting code from GLMakie 4.7 to 5.x not documented (#1836)
- Legend dash and dashdot (#1908)
- Menus stay selected-styled (#1955)
- Axislegend fails when given a tuple of numbers (#1958)
- Bad error when not passing named tuple (#1988)
- Error in help mode for
Makie.MakieLayout.Block
(#2001) - Wrong error when trying to set axis elements in
hist!
call (#2005) axislegend
cannot be positioned using a Tuple of numbers (#2006)- DataInspector broken with 0.17.7 (#2076)
- Legend colors with theme ggplot2 (#2082)
- Parallel record for animation? (#2090)
- Option to show ticks on both sides of an axis (#2091)
- Error using glmakie while creating axis (#2098)
- CairoMakie saving figures has broken markersizes (#2099)
- SIMD capacity not detected by ScanByte, using scalar fallback (#2104)
- subtitle is not working with GLMakie (#2125)
Merged pull requests:
- remove buggy line (#2093) (@SimonDanisch)
- Menu cleanup (DataInspector, events) (#2094) (@ffreyer)
- Do not display screen in GLMakie picking test (#2103) (@asinghvi17)
- Mirrored Axis ticks (#2105) (@jkrumbiegel)
- support
Makie.AbstractPattern
as color inCairoMakie
for non-mesh plots (#2106) (@Moelf) - CompatHelper: bump compat for "Contour" to "0.6" (#2107) (@github-actions[bot])
- Relax align typing for Blocks (#2108) (@jkrumbiegel)
- add docs for Block to avoid error (#2109) (@jkrumbiegel)
- Guard against common keyword argument error (#2110) (@jkrumbiegel)
- Fix
Legend
draw order (#2111) (@jkrumbiegel) - improve basic tutorial (#2112) (@jkrumbiegel)
- Better errors for invalid usage of
axis
andfigure
keywords (#2113) (@jkrumbiegel) - add REPL and set HTTP compat to avoid 1.0 (#2114) (@jkrumbiegel)
- Fix Axis linking (#2116) (@jkrumbiegel)
- move remaining primitive's attribute docs to docstrings (#2117) (@jkrumbiegel)
- only show mirrored ticks if normal ticks are visible (#2118) (@jkrumbiegel)
- Fix empty poly (#2124) (@SimonDanisch)
- bump gridlayoutbase compat (#2126) (@jkrumbiegel)