Makie v0.13.0
Closed issues:
- "Basic" plotting examples for the Docs (#115)
- Contour plot errors out if a constant array is given (#159)
- [Feature request] Log scales (#557)
- What layouting capabilities are planned for Makie? (#354)
- Feature request: contourf (#406)
- CairoMakie still needs to implement
transform_func
(#615) - ]test Makie fails at tutorial_simple_scatter (#635)
- Dismantling StatsMakie (#636)
- heatmap ticks are "off" (#661)
- Multiple lines and alpha blending in CairoMakie vs. GLMakie (#707)
- LMenu selection triggers mouse events in LAxis behind it (#777)
- Layoutable layoutscene? (#806)
- WGLMakie + Pluto (#811)
- Explicit
GridLayout
breaks nested indexing (#817) - Add stem plots (#818)
- [Feature Request] - Minor ticks (#822)
- Adding a colorbar matching a filled contour (#825)
- AxisLegend (#826)
- GLMakie not supporting Mac M1 yet? (#828)
- Saving a contourf figure to PDF produces too large a file (#834)
- Colorbar in a heatmap (#835)
- legends broken with GLMakie backend on v0.15.17 (#840)
- Installation fails at Lubuntu 20.04 and Julia 1.4.1 (#842)
- failure in GLMakie precompiler (#843)
- CairoMakie: wrong color interpretation in meshscatter (#844)
- Can't compile the makie (#846)
- Unexpected figure change when move all points along x axis (#847)
- Rename contourf to contourfill (#848)
- Figure not defined (#849)
- Add stem-plot (#851)
- surface interpolation=false not working (#852)
- ColorBar cannot function with
Reverse
colormaps (#853) scatterlines
ignores attributes (#854)- Colorbar on 3D interactive (#856)
- GLMakie is incompatible with FileIO 1.6 (#863)
- Saving a plot with CairoMakie fails with FileIO 1.6.0 (#864)
Plot
function returns aFigureAxisPlot
object instead of aScene
(#866)- Failed to precompile GLMakie: to_gl_text not defined (#873)
text!
ignoresshow_axis
(#877)- 3D stem plot on plane (#881)
- Mask / clipping problems for SVG export in Adobe Illustrator. (#882)
- StackOverflowError when passing
color = nothing
to density plot (#883) hist!
doesn't accept figure argument (#885)- Displaying scenes not working anymore? (#886)
MethodError: no method matching get_layout_at!(::GridPosition; createmissing=true)
(#889)- Rename poly to polygon (#890)
- Ambiguous method error when saving plot (#894)
- Updating scatter plot in figure fails with WGLMakie (#895)
- Colorbar/heatmap confusion (#896)
- CairoMakie: Problems with NaN values in
scatter
(#897) - Returning flat interactive surface (#899)
- heatmap's x and y coordinates are misleading (#900)
- xlims!() on lines!() changes y-limits as well (#902)
- Wrong Julia compat for AbstractPlotting (#904)
- Makie: Unable to produce any plot. MethodError: no method matching shadertype (#905)
- Axis3 is not working with heatmaps (#907)
- Pipe save no longer works for most filetypes [CairoMakie] (#911)
- Subpixel sized circles (#914)
- arrows hang for some inputs (#916)
- arrowsize doesn't work in 3d (#917)
- Precompilation fails on master (#922)
- CairoMakie unable to save figures (#928)
- Test failing on Linux (#930)
- delete! and empty! don't work (#932)
- Very long Internal error message using Makie, InfiniteLinearAlgebra (#933)
- GLMakie is too slow for use in scripting (#937)
- TypeError in functionloading.jl via vsCode Debug Run (#938)
- quiver/arrows with variable linewidth (#943)
- hline(s) and vline(s) inconsistency (#946)
- Makie update not Working (#948)
- font assets and PackageCompiler (#949)
- Inset legend (#950)
Merged pull requests:
- Merge AbstractPlotting into Makie (#954) (@SimonDanisch)