Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.25.12
Plots v1.25.12
Closed issues:
- Constant deprecation warning when using StatsPlots in Pluto notebook (#3746)
- [BUG] Int64 has no field pointsize error. (#4115)
- [FR] Font scaling with PGFPlotsX (#4120)
Merged pull requests:
- Revert constant legend box (#4117) (@t-bltg)
- Bbs/legendfontx (#4119) (@BeastyBlacksmith)
- check loaded_modules instead of Main for warnings about StatsPlots recipes (#4123) (@BeastyBlacksmith)
v1.25.11
Plots v1.25.11
Closed issues:
- [BUG] lens! lines are not plotted correctly when using logarithmic xscale (#3241)
- [BUG] image tick positions drifting/ misplaced (#4087)
- [BUG] Regression for ribbon supplied with tuple. Works in 1.25.5. (#4103)
- [BUG] precompilation failure on latest realease (#4107)
- [BUG] MethodError suddenly occurring during plot(), scatter(), etc even for simple cases and regardless of backend (#4112)
Merged pull requests:
- better line for log-scales in
lens!
(#4085) (@BeastyBlacksmith) - Fix img axes (#4088) (@t-bltg)
- Allow
color
keyword ontxt
io - modernize code (#4102) (@t-bltg) - CompatHelper: bump compat for NaNMath to 1, (keep existing compat) (#4104) (@github-actions[bot])
- add slicing of tuples of matrices for plotattributes (#4109) (@BeastyBlacksmith)
v1.25.10
Plots v1.25.10
v1.25.9
Plots v1.25.9
Closed issues:
- [BUG] legendfontsize not remembered anymore (#4098)
Merged pull requests:
v1.25.8
Plots v1.25.8
Closed issues:
- histogram error (#4060)
- [BUG]
plot_title
withframestyle
shows subplot of title (#4083) - [BUG] CI broken (
windows
andlinux
) (#4091)
Merged pull requests:
- Example for vspan and hspan (#4062) (@tpgillam)
- fix the wand binning (#4076) (@mkborregaard)
- UnicodePlots: use more
extra_kwargs
(#4080) (@t-bltg) - Rework warn_on_unsupported (#4081) (@t-bltg)
- Precompilation statements for
nightly
(#4082) (@t-bltg) - UnicodePlots: 3d support (#4089) (@t-bltg)
- Fix
plotattributes
in_add_plot_title!
(#4090) (@t-bltg) - Fix module eval (example 41) (#4093) (@t-bltg)
v1.25.7
Plots v1.25.7
Closed issues:
- [FR] zcolor specifictation surfaces (#3035)
- pyplot crushes Julia [BUG] (#3928)
- [BUG] documentation link broken? (#4038)
- [BUG] x and y seem to get switched around in recipe (#4047)
- [BUG] @recipe does not seem to like negative numbers (#4048)
- [BUG] histogram error (#4059)
- [BUG] Regression for specifying multiple series with
ribbon
(#4065)
Merged pull requests:
- UnicodePlots: basic
quiver
andcontour
support (#4031) (@t-bltg) - gr-constant-legendbox (#4043) (@isentropic)
- Add format check (#4053) (@t-bltg)
- Revert "gr-constant-legendbox" (#4054) (@isentropic)
- gr-constant-legendbox (#4055) (@isentropic)
- Minor doc typeset for
default
(#4057) (@putianyi889) - UnicodePlots: do not show blank plots (layouts) (#4058) (@t-bltg)
- fix plotting empty plot for plotly (#4067) (@BeastyBlacksmith)
- Fix ribbon slicing (#4068) (@BeastyBlacksmith)
v1.25.6
Plots v1.25.6
Closed issues:
- Polar heatmap (#732)
- [BUG] Setting fill option when choosing backend does not work (#2706)
- [BUG] surface with PGFPlotsX failed (#3335)
- Titles get repeated in "nested plots" (#3342)
- Update docs to reflect that GR is the default backend? (#4026)
Merged pull requests:
- Check if plot title already exists before adding again (#4027) (@pearlzli)
- Move fillrange and ribbon logic from RecipesPipeline and add tests for default function (#4030) (@BeastyBlacksmith)
v1.25.5
v1.25.4
Plots v1.25.4
Closed issues:
- [FR] Pass along additional PyPlot args (markevery) (#3785)
- Colorbar location is too far for 3D plots under pyplot backend (#4017)
Merged pull requests:
- Fix fillranges with OffsetVectors for plotly (#4006) (@BeastyBlacksmith)
- Set max_methods=1 (#4010) (@chriselrod)
- Update boxplot doc (#4014) (@diegozea)
v1.25.3
Plots v1.25.3
Closed issues:
- Scientific formatter fails for very small numbers (#1858)
- gr doesn't plot additional plots with array data (#2182)
- [BUG] Log scale plots raise warning and break subsequent non-log scale plots (#3918)
- [BUG] Failed to precompile Plots (#3983)
- [BUG] Revise doesn't work with PyPlot (#3999)
- [BUG] PGFPlotsX legend_columns broken (#4005)
Merged pull requests: