v0.21.3
github-actions
released this
17 Jun 11:00
·
277 commits
to master
since this release
Makie v0.21.3
Merged pull requests:
- Restrict pdf version (#3885) (@SimonDanisch)
- Rewrite url of stable docs via javascript (#3918) (@jkrumbiegel)
- Fix typo in layout-tutorial.md (#3919) (@ChromatinRemodeling)
- add simpleanalytics back in (#3920) (@jkrumbiegel)
- Corrects isovalue/isorange docstrings in basic volume plot (#3929) (@hdrake)
- Write out images manually and write sizes into html (#3952) (@jkrumbiegel)
- Fix scaling factor for svgs (#3964) (@jkrumbiegel)
- Overhaul Getting started (#3965) (@jkrumbiegel)
- Simplify Getting started further (#3966) (@jkrumbiegel)
- Fix broken SVGs by not using
Cairo.pattern_set_extend(p, Cairo.EXTEND_PAD)
(#3967) (@jkrumbiegel) - Fix stack overflow in
offset_bezierpath
(#3969) (@jkrumbiegel) - Prepare v0.21.3 (#3970) (@jkrumbiegel)
Closed issues:
- Remove plural from
rotations
attribute? (#545) - time axis support (#442)
- Pass vector of pixel values to markersize errors (#459)
- errorbars buggy for large x values (#780)
- Allow to set line join and cap in CairoMakie (#871)
- GLMakie: error when zooming too much (#1040)
- Scatter not displaying in the presence large coordinates (#1059)
- Linesegments - Missing corners in segment drawing (#1119)
- Ticklabel rotations don't update correctly (#1205)
- 2d scatter! and poly! with lots of data, some circles are not drawn (#1419)
scatter!(ax, Any[(0,0), (1,1)])
doesn't work (#1451)- CairoMakie: Marker Rotation is not exported (scatter) (#1465)
- allow for different line widths in lines (#1541)
- Support for axis unit change (#2154)
linewidth
forlinesegments
in CairoMakie (#2205)vlines!
in custom plot recipes? (#2245)backgroundcolor
does not work withtooltip
(#2750)- Corrupted marker with Point2 instead of Point2f (#2778)
- Consider using Float64 coordinates as standard in GL/WGLMakie (#2848)
- Makie looses x-axis precision when plotting unix time (#3003)
- CairoMakie SVG-export, colorbar broken in firefox/illustrator but not chrome (#3016)
- Recipes do not work well with
{h,v}span!()
or{h,v}lines!()
(#3051) - Mistyped keyword argument gives very unhelpful error message (#3209)
- Method to change the numerical unit of axis tick labels (#3270)
- DataInspector indicator box does not rotate with
meshscatter
objects (#3512) - WGLMakie does not rotate
meshscatter
objects (#3513) - Issue using scatter and line in 3d together with Vector{Union{Float64,Missing}} (#3548)
- DataInspector bounding boxes in
meshscatter
do not transform correctly withrotations
+markersize
(#3670) - Large (but < max possible Float32 value) numbers cause zoom to fail (exception) (#3738)
- UndefVarError when plotting text (#3869)
- Unbound type parameter in convert_argument (#3887)
- Wrap tutorial doesn't work anymore (#3901)
- Formatting.jl is causing warnings when installing (#3902)
- Clean install of CairoMakie#master will does not compile on Ubuntu 22.04.4 LTS (#3905)
- ticks in center of discrete colorbar, seems impossible (#3930)
- CairMakie 0.12.2 fails to compile (#3934)
- Plot ignores wider type of observable and fails during notify in a conversion step (#3938)
- Interact with GLMakie scene from the REPL? (#3955)
- Stack overflow for BezierPath marker in data space (#3960)