Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.31.2
Plots v1.31.2
Closed issues:
- [FR] Remove that the camera view angle can only be in integer degrees in the GR backend (#4253)
Merged pull requests:
v1.31.1
Plots v1.31.1
Closed issues:
- ERROR: LoadError: Some tests did not pass: 2 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/ian/.julia/packag (#4219)
Merged pull requests:
v1.31.0
Plots v1.31.0
Merged pull requests:
- Make layouts tolerant of having too-few items (#4247) (@BioTurboNick)
- update
UnicodePlots
to3.0.0
- coverage (#4250) (@t-bltg)
v1.30.2
Plots v1.30.2
Closed issues:
- [BUG] Plot title repeated in wrong place for multi-panel layout with subpanels (#4180)
Merged pull requests:
- Even fasterer series adding (#4236) (@BioTurboNick)
- Add CITATION.bib (#4242) (@ChrisRackauckas)
- don't copy plot attributes when plotting plots (#4243) (@BeastyBlacksmith)
v1.30.1
Plots v1.30.1
Closed issues:
- surface and then contour scrambles the result (#4240)
Merged pull requests:
- Even faster series adding (#4235) (@BioTurboNick)
- add docstring for gif, mov, mp4, webm (#4238) (@BeastyBlacksmith)
- adjust is3d for gr (#4241) (@BeastyBlacksmith)
v1.30.0
Plots v1.30.0
Closed issues:
- display() is not defined warning (#2407)
- [BUG] ERROR: LoadError: InitError when precompiling (#3055)
- [FR] Remove camera limitation for GR backend (#4224)
Merged pull requests:
- forward aspect ratio for 3D plots in pgfplotsx (#4231) (@BeastyBlacksmith)
- GR switch to new 3d projection (#4232) (@jheinen)
v1.29.1
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)
v1.29.0
v1.28.2
Plots v1.28.2
Closed issues:
- [BUG] Unable to use both error bars and zcolor on scatter plot. (#4186)
Merged pull requests:
- reset marker_z for errorbars (#4193) (@BeastyBlacksmith)
v1.28.1
Plots v1.28.1
Closed issues:
- [BUG]Colorbar title remains vertical with colorbar on the top (#4183)
- Keyword argument fillstyle not supported with Plots.GRBackend() (#4190)
Merged pull requests:
- Enable PDF Export in IJulia (#4188) (@jeremiahpslewis)
- Fixing the colorbar title for colorbars on the top. (#4191) (@zhiyuanzhai)