Skip to content

Releases: JuliaPlots/Plots.jl

v1.25.12

01 Mar 15:09
a5f52be
Compare
Choose a tag to compare

Plots v1.25.12

Diff since v1.25.11

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:

v1.25.11

20 Feb 14:01
e31d056
Compare
Choose a tag to compare

Plots v1.25.11

Diff since v1.25.10

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:

v1.25.10

15 Feb 16:00
88cd04b
Compare
Choose a tag to compare

Plots v1.25.10

Diff since v1.25.9

v1.25.9

11 Feb 16:59
20f5762
Compare
Choose a tag to compare

Plots v1.25.9

Diff since v1.25.8

Closed issues:

  • [BUG] legendfontsize not remembered anymore (#4098)

Merged pull requests:

v1.25.8

07 Feb 21:10
77e465a
Compare
Choose a tag to compare

Plots v1.25.8

Diff since v1.25.7

Closed issues:

  • histogram error (#4060)
  • [BUG] plot_title with framestyle shows subplot of title (#4083)
  • [BUG] CI broken (windows and linux) (#4091)

Merged pull requests:

v1.25.7

25 Jan 22:02
5facd2b
Compare
Choose a tag to compare

Plots v1.25.7

Diff since v1.25.6

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:

v1.25.6

12 Jan 15:54
67bd086
Compare
Choose a tag to compare

Plots v1.25.6

Diff since v1.25.5

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

11 Jan 10:42
47ca50d
Compare
Choose a tag to compare

Plots v1.25.5

Diff since v1.25.4

Closed issues:

  • [BUG] Legend in Scatter Plot with small markersize is scaled wrong (#3945)
  • [BUG] Missing coordinates in PyPlot gui window (#4019)
  • [BUG] c=:black doesn't work in contour under pyplot backend (#4020)

Merged pull requests:

v1.25.4

29 Dec 15:39
e5883a3
Compare
Choose a tag to compare

Plots v1.25.4

Diff since v1.25.3

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:

v1.25.3

20 Dec 20:18
cb359c0
Compare
Choose a tag to compare

Plots v1.25.3

Diff since v1.25.2

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:

  • boxplots docs update: rename range->whisker_range (#3988) (@yha)
  • Use Unzip.unzip (#3998) (@yha)