Makie v0.21.10
Merged pull requests:
- allow segment-specific
radius
andinner_radius
forpie
(#4028) (@ctarn) - Fix lines with OffsetArrays (#4242) (@asinghvi17)
- fix user attributes for specapi + updating (#4265) (@SimonDanisch)
- Avoid gl_ClipDistance in geometry shader (#4270) (@ffreyer)
- Centered barplot labels (#4274) (@jkrumbiegel)
- support !-functions in plotfunc() and func2type() (#4275) (@aplavin)
- Fix typo in
set_theme!
docstring (#4283) (@fatteneder) - Fix contour memory leaks (#4303) (@asinghvi17)
- Fix broken URL in triplot.md (#4309) (@DanielVandH)
- Fix assertion error in volume (#4311) (@ffreyer)
- Fix absrect for select_rectangle (#4312) (@SimonDanisch)
- Clean up color/linewidth handling in CairoMakie (#4313) (@ffreyer)
- make sure we wait for the screen session (#4316) (@SimonDanisch)
- Introduce heatmap shader (#4317) (@SimonDanisch)
- Update CI to use the GeometryBasics refactor branch (#4326) (@asinghvi17)
- Bind remaining observables to plots (#4337) (@tuncbkose)
- v0.21.10 (#4350) (@SimonDanisch)
Closed issues:
- Minor ticks update after drag (#2701)
- WGLMakie + IJulia is hiding error messages (#3182)
- Suggestions for new features needed in
boxplot
(#3673) - Add a docstring for Legend (#3675)
- Add
axislegend!
(#3676) - Forward axis kwargs from plot constructors (user friendliness) (#3745)
- WGLMakie error displaying
Figure
in VSCode inline context (#3751) - Shading goes black for meshes featuring locally inverted normals (#3755)
- Makie documentation for lift incorrectly shows map description. (#3778)
normalization = : pdf
argument inhist
plot does not normalize correctly (#3780)- Scatter with 3 length-1 vectors plots in 2D not 3D (#3813)
- Automated density legend labels do not take into account line style (#3818)
boundingbox
forGlyphCollections
(#3860)- Colorbar for contour plot with uneven spacing of contour lines (#3871)
- ecdfplot does not honor attributes (#3898)
- GLMakie:
offset_bezierpath
ends in infinite recursive loop as a result of callingscatter!
(#3913) - WGLMakie+Pluto record/animation results in MethodError: no method matching wait_for_ready(::Nothing) (#3921)
- Missing line segments in PolarAxis (#3927)
- Unable to change line colour with
ecdfplot!
(#3933) - xtick is missing for missing data (#3946)
- Utilizing weakdeps/extensions (#3953)
- Create line plot with a specific number of markers (like markerindices in matlab) (#3963)
- ecdfplot! MethodError ambiguous insert! (#3976)
select_point
is broken (#3977)- Undefined variable in
Makie.project(axis.scene, :relative, :data, point)
(#3995) - Legend elements for Vspan, Density, and Poly ignore linestyle (#3998)
- DataInspector doesn't show next to curve for non-identity axis scales (#4018)
- Recipe StackOverflowError with
[]
as function argument (#4033) - Get rid of getting started frictions (#4042)
- heatmap with string/char axes (#4061)
display(f; scalefactor)
doesn't work iff
is already being displayed (#4071)- Axis legend for PolarAxis (#4077)
- DateTime support for vlines(hlines) (#4119)
- Precompilation segfault on WSL2 with GLMakie 0.10.6 (#4148)
- clip_planes docstrings are missing (#4203)
- CairoMakie + PDF cannot produce heatmaps (#4241)
- The hero "beautiful animation" on frontpage of website doesn't look beautiful (#4273)
- CairoMakie + contour + limits! result in error (#4276)
- Polar Histogram (#4279)
nan_color
cannot be changed incontourf()
? (#4286)- GIFs don't reflect
framerate > 100
accurately (#4299) - Memory associated only with non-primitive plots is not garbage collected after empty!(axis) (#4302)
- Tracking plot types that don't yet have all
lift
s linked to the plot object (#4304) - AssertionError: modelinv[4, 4] == 1 when displaying volume (#4306)
- Problems adding GLMakie on windows (#4307)
- Makie uses Formatting.jl, which is deprecated (#4321)
- Add example of vertical SliderGrid (#4330)
- "Edit this page" links in docs are broken (#4340)