v1.29.1
github-actions
released this
07 Jun 10:23
·
1026 commits
to master
since this release
Plots v1.29.1
Closed issues:
- [BUG] Colors are not assigned to pie chart properly (#3214)
- [BUG] animation displayed wrong marker color (#3871)
- [BUG] series_annotation does not slice correctly (#4073)
- [BUG] Segmentation fault on GR when label is too long (#4198)
- Aspect Ratio Not Working [BUG] (#4201)
- [BUG] permute=(:x, :y) interpeted as (:y, :x) (#4218)
- [BUG] Points that are very close together become invisible when plotted with GR (#4228)
Merged pull requests:
- Update unicodeplots (#4204) (@t-bltg)
- Handle seriescolor option in pie plot recipe (#4208) (@nick4f42)
- Replace a few uses of
1:length
idiom witheachindex
(#4210) (@brenhinkeller) - CI: use julia-actions/cache (#4216) (@fonsp)
- Change color palette generation to full (#4221) (@BeastyBlacksmith)
- Fix handling of multi-series
series_annotations
(#4225) (@nick4f42) - handle UnitfulStrings for pgfplotsx backend (#4226) (@BeastyBlacksmith)