Skip to content

Releases: JuliaPlots/Plots.jl

v1.41.2

25 Nov 11:20
342b327

Choose a tag to compare

Plots v1.41.2

Diff since v1.41.1

Merged pull requests:

Closed issues:

  • WARNING: importing deprecated binding Colors.RGB1 into Plots. (#4780)
  • Support for PlotlyKaleido@2 (#4919)
  • Julia 1.10.2 fails when trying to add or use Plots issuing Pkg.add("Plots") or using Plots (#4921)
  • Reproducible output with PGFPlotsX backend (#4927)
  • [BUG] Precompile fails in Julia 1.10.3: Buffer overflow (#4935)
  • Failed to precompile Plots on Julia v1.10.3 (#4939)
  • upright Greek letters (like \upmu from upgreek latex package) (#5193)
  • grid and layout are not in Plots.RecipesBase (#5198)

v1.41.1

22 Sep 14:51
30da65f

Choose a tag to compare

Plots v1.41.1

Diff since v1.41.0

Merged pull requests:

v1.41.0

22 Sep 11:54
edd52c5

Choose a tag to compare

Plots v1.41.0

Diff since v1.40.20

Merged pull requests:

  • Update Interpolations compat for StatsPlots (#5179) (@Ickaser)
  • Up minimum compat for v1 to 1.10 (current LTS), test "min" and "lts" on CI (#5184) (@Ickaser)

Closed issues:

v1.40.20

15 Sep 07:45
8d8965d

Choose a tag to compare

Plots v1.40.20

Diff since v1.40.19

Merged pull requests:

Closed issues:

  • [BUG] PlotlyJS backend renders blank plots in Pluto (#5156)

v1.40.19

19 Aug 12:10
3a2a373

Choose a tag to compare

Plots v1.40.19

Diff since v1.40.18

Merged pull requests:

v1.40.18

10 Aug 08:46
986760b

Choose a tag to compare

Plots v1.40.18

Diff since v1.40.17

Merged pull requests:

Closed issues:

  • [BUG] Issues with installing and using Plots due to GR. Possibly related to #5047 (#5048)
  • [BUG] PlotlyJS plots not longer rendered (#5144)
  • [BUG] the docs don't mention PlotlyKaleido, however it is required for plotly() (#5153)
  • Plots.jl defaults to SVG now in Documenter? Crashing repos by bloating size (#5165)

v1.40.17

14 Jul 21:58
6ee2173

Choose a tag to compare

Plots v1.40.17

Diff since v1.40.16

Merged pull requests:

Closed issues:

  • [BUG] bug using layout and functions (#5115)
  • [FR] disable RecipesBase and RecipesPipeline obsolete docs (#5145)
  • [BUG] scatter does not break when unequal length of x and y (#5155)
  • [BUG] _update_min_padding! LoadError: MethodError: Cannot convert an object of type Symbol to an object of type String (#5157)

v1.40.16+docs

09 Jul 11:30
c3706a7

Choose a tag to compare

What's Changed

Full Changelog: v1.40.16...v1.40.16+docs

v1.40.16

03 Jul 20:19
9cdc7c3

Choose a tag to compare

Plots v1.40.16

Diff since v1.40.15

Merged pull requests:

Closed issues:

  • [BUG] plotly: order of plotly and require.js loading effects display (#5120)

v1.40.15

02 Jul 08:39
c1149fa

Choose a tag to compare

Plots v1.40.15

Diff since v1.40.14

Merged pull requests:

Closed issues:

  • [BUG] DimensionError (units do not match) generated when using twinx() to plot data with Unitful units (#4750)
  • [BUG] Specifying 'errorbar' with asymmetric error bar data with 'Unitful' values returns DimensionError (#4957)