Skip to content

Releases: JuliaPlots/Plots.jl

v1.34.1 - yanked (broken on `win`) - DO NOT USE

26 Sep 14:13
4a60bea
Compare
Choose a tag to compare

v1.34.0

26 Sep 09:06
d7885a0
Compare
Choose a tag to compare

Plots v1.34.0

Diff since v1.33.0

Closed issues:

  • zlabel cannot be defined in a 3D plot (#2812)
  • [FR] Enable precompilation for nightly (#4079)
  • [BUG] sp_width undefined for pgfplotsx backend when setting plot_titles (#4347)
  • [BUG] Innacurate Drawing Of Some Chart Elements using GR and PlotlyJS backends (#4354)
  • [BUG] Crash on annotate with Unitful (#4366)
  • [BUG] xlabel and yticks are cropped when computer has no display (#4368)

Merged pull requests:

v1.33.0

13 Sep 08:46
Compare
Choose a tag to compare

Plots v1.33.0

Diff since v1.32.1

Closed issues:

  • [BUG] savefig function and legend argument don't work with Plotly (#4105)
  • [BUG] Unknown key: legend_fontrotation (#4337)

Merged pull requests:

v1.32.1

09 Sep 15:22
a7643d5
Compare
Choose a tag to compare

Plots v1.32.1

Diff since v1.32.0

Closed issues:

  • Grid lines may show up too weak (#1486)
  • [BUG] Legend position broken on plotly(js) (#3912)
  • Legend marker does not appear when first y value is NaN on scatter (#3996)

Merged pull requests:

v1.32.0

05 Sep 07:39
e252d35
Compare
Choose a tag to compare

Plots v1.32.0

Diff since v1.31.7

Closed issues:

  • [BUG] [PGFPlotsX] log-scale and heatmap errors (#2736)
  • [BUG] Plot title with square brackets "[" causes segmentation fault (#3806)
  • [FR] xlims [ ] or () (#3986)
  • How to extract subplot from a plot? (#4045)
  • [BUG] Unused font arg: Plots.PlotText("hey", Font("sans-serif", 14, :left, :top, 0.0, RGB{N0f8}(0.0,0.502,0.0))) (Plots.PlotText) (#4264)
  • [FR] Support FilePathsBase.AbstractPath in savefig (#4279)
  • [BUG] The curve does not show up if ylims is assigned (#4294)
  • [BUG] Plots segfaults in GR (#4302)
  • [BUG] 3D image at wrong location when xflip = true (#4304)
  • Specifying log with arbitrary base (#4311)
  • [BUG] Markers in legend obscure linestyles in subplots (#4312)
  • [BUG] Log scale with custom ticks errors when using LaTeX tick labels (PGFPlots) (#4315)
  • Saving apng to .png file results in an error. (#4316)
  • [BUG] apng and @apng are not exported (#4318)

Merged pull requests:

v1.31.7

13 Aug 16:41
bc5cc44
Compare
Choose a tag to compare

Plots v1.31.7

Diff since v1.31.6

Closed issues:

  • Unusual character printed when scientific notation used (#1991)
  • [FR] Areaplot should have a step form - OR - create separate line segment property (#4290)
  • [BUG] Recent breaking change in annotate! API (#4306)
  • [BUG] Issue when xticklabels has exponents (#4308)

Merged pull requests:

v1.31.6

08 Aug 06:39
c9a1c10
Compare
Choose a tag to compare

Plots v1.31.6

Diff since v1.31.5

Closed issues:

  • [FR] Add an Option to Generate Animated PNG (APNG) (#4293)

Merged pull requests:

v1.31.5

31 Jul 22:18
9397db4
Compare
Choose a tag to compare

Plots v1.31.5

Diff since v1.31.4

Closed issues:

  • Unicode error with PGFPlotsX [BUG] (#3219)
  • [BUG] pyplot backend on macOS does not work after upgrading to Julia v1.6.0 (#3416)
  • [BUG] LaTeX error in PGFPlotsX backend. (#4182)
  • [FR] annotate! position specifiable in percentage, but also for logarithmic axis (#4233)
  • [BUG] seriestype = :stepmid can compute invalid values for ticks=native when using DateTimes (#4248)
  • [BUG] frame changes (#4285)

Merged pull requests:

v1.31.4

23 Jul 14:58
1cafdb0
Compare
Choose a tag to compare

Plots v1.31.4

Diff since v1.31.3

Closed issues:

  • [BUG] 4243 severely impacted contour subplots (#4273)
  • [FR] limits of the r in the polar plot (#4281)

Merged pull requests:

v1.31.3

18 Jul 11:38
439c3c6
Compare
Choose a tag to compare

Plots v1.31.3

Diff since v1.31.2

Merged pull requests:

  • Warning on bad lims argument (#3989) (@yha)
  • Annotation at discrete locations + docs updates (#4145) (@yha)