Makie v0.17.4
Closed issues:
BarPlot
not inMakieCore
(#1155)- Inconsistent API of hlines (#1215)
- why must
vlines!
andhlines!
be passed the axis unlike lines, scatter, etc.? (#1535) - First Label item in GridLayout not displayed (#1962)
- Makie docs search engine yields nothing (#1965)
- Image contrast changed in v0.16.4 (#1969)
- Search funcition broken on Makie docs (returns 0 results) (#1971)
- libstdc++.so version issue on Manjaro (#1975)
- Unexpected behavior of colormaps (cgrad) (#1977)
- difference between
pick(ax)
andpick(fig)
(#1978) - Lines ignore theme color (#1984)
- Documentation search returns no results on all terms (#1992)
- animation example doesn't work (#1996)
- Font / Text error (#2003)
- can not create
Label
for sized axes (#2018) - Inappropriate behavior of text! function with space=:data argument. (#2021)
Merged pull requests:
- add raincloud plots from Beacon Biosignals (#1725) (@SimonDanisch)
- Fix CairoMakie heatmap filtering (#1828) (@jkrumbiegel)
- CompatHelper: bump compat for "RelocatableFolders" to "0.3" for package WGLMakie (#1932) (@github-actions[bot])
- also consider newline chars for line wrapping (#1944) (@fatteneder)
- Update makie_logo_transparent.svg (#1963) (@cormullion)
- make broadcast_foreach generated for better performance (#1964) (@jkrumbiegel)
- Improve inferability of lineaxis and axis (#1968) (@SimonDanisch)
- Add
resize!
to Figure (#1970) (@asinghvi17) - fix #1969, interpolate cmap correctly (#1973) (@SimonDanisch)
- Respect scale and nonlinear values in PlotUtils cgrads (#1979) (@asinghvi17)
- Improve CairoMakie performance (#1981) (@jkrumbiegel)
- CompatHelper: bump compat for "DocStringExtensions" to "0.9" (#1982) (@github-actions[bot])
- jk/stork search (#1985) (@jkrumbiegel)
- fix #1978 (#1993) (@ffreyer)
volumslices
: useSliderGrid
instead of deprecatedlabelslidergrid!
(#1994) (@t-bltg)- CompatHelper: bump compat for "IntervalSets" to "0.7" (#1997) (@github-actions[bot])
- Explain how to add
DRI_PRIME=1
permanently (#1998) (@theogf) - fix multi poly with rects (#1999) (@SimonDanisch)
- use max_methods and optlevel 0 where appropriate (#2000) (@SimonDanisch)
- Remove GLVisualize module (#2007) (@SimonDanisch)
- Remove MakieLayout module (#2008) (@SimonDanisch)
- Test incorrectly uses shading for rect (#2009) (@SimonDanisch)
- Only rasterize if the screen is not raster-backed (#2010) (@asinghvi17)
- Add badge to send people to the Makie twitter (#2016) (@logankilpatrick)
- add linestyle and default to extrema(z) for contour (#2017) (@SimonDanisch)
- Small fix to raincloud docs (#2019) (@haberdashPI)
- Fix #2021 (#2022) (@asinghvi17)
- Reimplement hvlines, hvspan and ablines as recipes (#2023) (@jkrumbiegel)
- fix minor ticks (#2027) (@SimonDanisch)
- Improve Axis tick docs (#2028) (@jkrumbiegel)
- patch release 0.17.4 (#2029) (@SimonDanisch)
- fix recipe macro Attributes docstring (#2031) (@Moelf)