Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.34.1 - yanked (broken on `win`) - DO NOT USE
v1.34.0
Plots v1.34.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:
- rework precompilation using
SnoopPrecompile
(#4334) (@t-bltg) - add fuzzy finding attributes (#4346) (@BeastyBlacksmith)
- Updated
pgfplotsx.jl
to use correct variable names (#4348) (@JamieMair) - CompatHelper: add new compat entry for JLFzf at version 0.1, (keep existing compat) (#4352) (@github-actions[bot])
- rework
gr_draw_markers
for 3d - fix ticks labels (flip) (#4356) (@t-bltg) - nfc: syntax (#4357) (@t-bltg)
- Update .zenodo.json (#4358) (@JamieMair)
- unify shorthands (#4361) (@BeastyBlacksmith)
- Provide errorbars as callable recipes (#4362) (@BeastyBlacksmith)
- invalidations (#4363) (@t-bltg)
- restore
nightly
workflow (#4364) (@t-bltg) - fix invalid viewport (#4369) (@t-bltg)
- 1.34.0 (#4373) (@t-bltg)
v1.33.0
Plots v1.33.0
Closed issues:
- [BUG] savefig function and legend argument don't work with Plotly (#4105)
- [BUG] Unknown key: legend_fontrotation (#4337)
Merged pull requests:
- Remove GeometryBasics/StaticArrays (#4287) (@sjkelly)
- use PlotlyKaleido for saving in plotly backend (#4341) (@BeastyBlacksmith)
- fix setting default font via
font
(#4344) (@BeastyBlacksmith) - Update .zenodo.json (#4345) (@leespen1)
v1.32.1
Plots v1.32.1
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:
- Fixed missing marker in legend when plotting a series whose first entry is NaN (#4328) (@leespen1)
- increase default
(minor)gridalpha
(#4335) (@t-bltg) - make relocatable (#4336) (@jbrea)
- bump
RelocatableFolders
(#4338) (@t-bltg) - add docstrings to Density function (#4339) (@EyaAk)
- fix legend of plotly and plotyjs (#4342) (@BeastyBlacksmith)
- Extended help to show all attributes (#4343) (@BeastyBlacksmith)
v1.32.0
Plots v1.32.0
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
insavefig
(#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:
- support
unicodeplots
images - plot in termImageInTerminal - Sixel
(#4011) (@t-bltg) - Make
savefig
filepath-type agnostic (#4309) (@curio-sitas) - Fix
apng
extension versatility (#4317) (@curio-sitas) ci
: try1.8.0
stable release (#4319) (@t-bltg)- 3d: add
projection_type
(#4320) (@t-bltg) - Truncate markersize in legends to not hide linestyle (#4321) (@DrChainsaw)
- format: function declaration (nfc) (#4329) (@t-bltg)
- fix
h5
Extrema (#4330) (@t-bltg) pyplot
: fix var shadowing - fix docs build (#4331) (@t-bltg)- 1.32.0 (#4332) (@t-bltg)
v1.31.7
Plots v1.31.7
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:
- Added zenodo entry (#4303) (@curio-sitas)
- Fix annotate! API, add test coverage (#4307) (@BioTurboNick)
pgfplotsx
: fix tex labels already inmathmode
form (#4310) (@t-bltg)
v1.31.6
Plots v1.31.6
Closed issues:
- [FR] Add an Option to Generate Animated PNG (APNG) (#4293)
Merged pull requests:
- Allow user to specify series type for line of
areaplot
(#4291) (@BioTurboNick) - Add APNG animation support (#4295) (@curio-sitas)
- added colorbartitle attributes for pgfplotsx (#4300) (@louisponet)
- output: support
io
methods (#4301) (@t-bltg)
v1.31.5
Plots v1.31.5
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 forticks=native
when usingDateTimes
(#4248) - [BUG] frame changes (#4285)
Merged pull requests:
- PGFPlotsX: reworks (#4262) (@t-bltg)
- gr: support
:pixel
(#4283) (@t-bltg) - pgfplotsx: fix misplaced
return nothing
(#4286) (@t-bltg) - handle fractional and NaN epochs (#4289) (@MrHenning)
- annotate! relative position independant from the axis scale (#4297) (@curio-sitas)
v1.31.4
Plots v1.31.4
Closed issues:
- [BUG] 4243 severely impacted contour subplots (#4273)
- [FR] limits of the r in the polar plot (#4281)
Merged pull requests:
- don't set unit vector by default for pgfplotsx backend (#4271) (@BeastyBlacksmith)
- keep largest size of subplots when plotting plots (#4275) (@BeastyBlacksmith)