Makie v0.19.8
Closed issues:
- Slow REPL together with Makie (#267)
- [feature request] Polar axes in 2D (#309)
- World age problem when running example "Orbit Program" (#319)
- Fail to install on Julia 1.0.1.1 (#326)
- Create Axes2D from scratch (#334)
- Next release TODOs (#336)
- Stroke doesn't work for rectangles (#473)
- Fails test on Windows 10 (#361)
- Even better CI - enabling
bors
(#556) - Polar axis plan (#521)
- RFC Scene description and tutorial (#388)
- depth issues with objects when mixing fxaa modes (#476)
- bring back axis arrays (#526)
- Should we publish a paper? (#428)
- Printing most plot related objects accidentally results in craziness (#535)
- missing Observables from makie (#463)
- si_init_perfcounters: max_sh_per_se = 2 (#735)
- Discussion on Makie's Documentation and addition of examples (#745)
- Scene jumps around eratically (#752)
- Some improvements of pie charts (#782)
- LaTeX in the docs (#1217)
- Font changes on its own within log-scale tick label (#1296)
- Implement Order independent transparency (#1390)
- Plotting 2000x2000 image is slow. A large amount of allocations is created. (#1412)
- I want to contribute (open for suggestions) (#1566)
- Bounding Boxes (#1653)
- (Possibly) incoherent semantics for
ymax
andymin
invlines
! (#1831) - streamplot color option (#1987)
- Cannot set
[x,y,z]ticksize
forAxis3
(#2339) - axislegend() after empty!(fig) generates error (#2817)
- meshscatter does not show geometries with WGLMakie.jl (#2844)
ylabeloffset
for 2D plots? (#2857)- Cannot plot
contour
s in both CairoMakie and GLMakie (#3060) - Changing the axis scale on contour plots breaks the alignment of the contour labels (#3081)
- a single point between two NaNs is not plotted (#3091)
- GLMakie crashes entire julia session when plotting after re-attaching in tmux (#3092)
- Can't call hexbin (#3094)
- Animations: possible regression in colour updates using default
colorscale
and GLMakie (#3096) - Recording contours not working with CairoMakie (#3097)
- Issue saving my plot (#3098)
- Close Window Programatically - Example (#3108)
- Plotting polygons with dashed and dotted
strokestyle
broken (#3109) - Missing docstring for Figure (#3118)
- Mice with more than three buttons cause errors (#3125)
- PolarAxis.thetaticks works only with 8 items (#3127)
- Slowdown when using
--check-bounds=no
on julia-1.9.x (#3132) - Transparent contour lines drawn as overlapping segments in CairoMakie (#3136)
- zreversed feature in Axis3 (#3137)
- Theta ticks misaligned vertically with
PolarAxis
whendirection=-1
(#3150)
Merged pull requests:
- Fix automatically generated normals (#3041) (@jkrumbiegel)
- fix contour label - transform interaction (#3083) (@ffreyer)
- fix error message (#3086) (@SimonDanisch)
- Resize screens as well when resizing scene (#3093) (@SimonDanisch)
- merge CURRENT_DEFAULT_THEME to scene.theme after empty! (#3100) (@s-fuerst)
- Fix regressions (#3104) (@SimonDanisch)
- switch to simpleanalytics (#3120) (@SimonDanisch)
- Allow new PNGFiles (#3121) (@SimonDanisch)
- Fix theta tick label update error in PolarAxis (#3128) (@ffreyer)
- Tweaks readme (#3129) (@lazarusA)
- Set
Axis3
ticks to same default size asAxis
(#3134) (@jkrumbiegel) - Add
Axis3
axis reversal attributes (#3138) (@jkrumbiegel) - Add better docs for Axis3 protrusions (#3139) (@jkrumbiegel)
- Improve CairoMakie lines with array colors (#3141) (@jkrumbiegel)
- More badges (#3143) (@lazarusA)
- GLMakie: ignore mouse buttons beyond the first three (#3144) (@jwahlstrand)
- strokecolormap keyword for poly (#3145) (@lazarusA)
- Allow for poly to work with empty polygons (#3146) (@DanielVandH)
- Fix PolarAxis tick align (#3151) (@ffreyer)