v0.17.0
github-actions
released this
05 May 22:29
·
1228 commits
to master
since this release
Makie v0.17.0
Closed issues:
- SVG in Makie Window (#268)
- Set axis limits ONCE and ensure they are left untouched by automatic behavior. (#288)
- X / Y axes swapped in heat map (#295)
image
doesn't supportinterpolate
kwarg (#546)- Error plotting a large matrix (#335)
- Ginormous tick marks on retina display (#362)
- Re-implement units in terms of pixels (#498)
- Weird warning from GLVisualize? (#483)
- Segfault when exiting Julia (#567)
- Tiling images (#580)
- text! with string ending in linefeed regression (#633)
- Heatmap and contour bugs (#674)
- Feature request: heatmap that can handle irregular rectilinear grids (#675)
- Makie conflicts with PyPlot on Windows (#756)
- Inscrutable errors when Makie window is focused (#910)
- hist! in error for yscale=log10 (#951)
- violin plot orientation = :horizontal not working (#1312)
- Latex text observables not work (#1417)
- GLMakie 100% gpu utilization to display a 2000x2000 image (#1427)
- wglmakie color = image not working (#1575)
- GLMakie rendering issue with transparency (#1695)
text!
breaks legend (#1735)Colorbar
fails on all zeros heatmap (#1738)- CairoMakie fails on zeros heatmap (#1748)
- scatter and text transformations act on the wrong space (#1753)
- source code? (#1766)
- [GLMakie] Error while rendering RGB with heatmap (#1784)
- Space screen not recognized (#1787)
- "Warning: unknown command \Join" in fresh sessions. (#1788)
- heatmap permutes data (#1791)
- Setting palette colors not working (#1804)
- typo in slider example of glmakie (#1806)
- CairoMakie + linesegments(overdraw = false) (#1811)
- levels on contourf creating white border around plot (#1812)
- Precompiling plotting crashes when headless workers are available (#1817)
- Segfault on Mac M1 when creating an empty Axis for a displayed figure (#1829)
- Precompile Warning: FFTW failed to load from a cache file. [Julia.1.7.1, Windows 10] (#1833)
- Legend inside axis of twin y plot (#1841)
- Twin axis grid align (#1842)
- Figure glitches CairoMakie backend (#1843)
- GLMakie font rendering issue on latest Ubuntu (#1854)
- WGLMakie colormap breaks inside Pluto (#1868)
- Feature request: "automatic (#1869)
- Feature request: user-indicated rasterization of huge mesh/heatmap plots in Cairo (#1870)
- stretched colorbar when aspect is adjusted (#1874)
- slider behavior - changing value externally (#1879)
Merged pull requests:
- fix WGLMakie surface (#1576) (@SimonDanisch)
- add function as
y
argument example (#1682) (@Moelf) - Colorbar example for heatmap (#1736) (@KronosTheLate)
- Fix
Colorbar
with all zero heatmap (#1739) (@t-bltg) - use simpler to infer functions and speed up poly (#1750) (@SimonDanisch)
- Fix buggy camera rotation with up = (x, y, 0) (#1752) (@ffreyer)
- Fix translate!/rotate!/scale! for scatter and text (#1754) (@ffreyer)
- bump versions (#1763) (@SimonDanisch)
- show real url, change port (#1765) (@SimonDanisch)
- a new readme (from #1764) (#1767) (@SimonDanisch)
- benchmark should be allowed to fail (#1768) (@SimonDanisch)
- Timholy teh/cm specialization (#1769) (@SimonDanisch)
- Fix typo (#1773) (@navidcy)
- don't use blendfunc to calculate 1-alpha, fix #1695 (#1775) (@SimonDanisch)
- ylims!() as vector (#1777) (@daniel-frisch-kit)
- move PriorityObservable to Observables.jl (#1782) (@SimonDanisch)
- Fix glyphlayout not being an Observable for LaTeXStrings (#1790) (@ffreyer)
- CompatHelper: bump compat for "IntervalSets" to "0.6" (#1792) (@github-actions[bot])
- Refactor Layoutables (#1796) (@jkrumbiegel)
- make VolumLike a ConversionTrait (#1798) (@fatteneder)
- violin horizontal (#1800) (@SimonDanisch)
- fix lscene (#1801) (@SimonDanisch)
- GLBuffer-related bug fixes (#1803) (@maleadt)
- dont cd into dir (#1807) (@SimonDanisch)
- Hide decorations for scatter markers docs (#1814) (@rikhuijzer)
- jk/blockdocs (#1815) (@jkrumbiegel)
- Allow weights in statistical recipes (#1816) (@greimel)
- Add
empty!(fig)
and cleanupempty!(scene)
(#1818) (@ffreyer) - Fix resize of scatter plot when projectionview doesn't update (#1822) (@ffreyer)
- Fix rotation with Irrational and Uniful's degree (#1823) (@blegat)
- pass generic attributes to tex lines (#1826) (@ffreyer)
- Fix segfault during streamplot (#1830) (@NauticalDrop)
- Fix typo (#1837) (@jeremiahpslewis)
- Better colormap handling in CairoMakie (#1838) (@asinghvi17)
- Improved Rainclouds API (#1839) (@haberdashPI)
- Set the Cairo miter limit to mimic GLMakie (#1844) (@asinghvi17)
- Test on latest 1.x release (#1845) (@greimel)
- Specify size of matrices in
rotatedrect
(#1846) (@asinghvi17) - CompatHelper: bump compat for "StatsFuns" to "1.0" (#1852) (@github-actions[bot])
- fix layout-tutorial (#1853) (@jkrumbiegel)
- Mention merge and uniqe in docstring (#1864) (@KronosTheLate)
- fix for ci Julia version changes (#1871) (@SimonDanisch)
- Add single-plot rasterization capability to CairoMakie (#1872) (@asinghvi17)
- fix manual cycling of attrs (#1873) (@SimonDanisch)
- Allow antialias configuration in CairoBackend (#1875) (@asinghvi17)
- fix (x/y)ticklabelaling (#1882) (@SimonDanisch)