Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.38.17
Plots v1.38.17
Closed issues:
- [FR] Is this warning really appropriate? (#2820)
- [FR] Specify additional right vertical axis with plot recipes (#2937)
- [FR] Add GitHub sponsor button (#3501)
- plotattr() hangs in Jupyter [BUG] (#4705)
- [FR]
suptitle
alias forplot_title
attribute (#4773) - [BUG] Histogram log scale is broken (#4774)
- [BUG] Plots fails to precompile on OSX (Ventura). (#4795)
Merged pull requests:
- reset fillto for logscale barplots (#4782) (@BeastyBlacksmith)
- issue 4773 --
suptitle
andsgtitle
aliases forplot_title
… (#4784) (@SynapticSage)
v1.38.16
Plots v1.38.16
Closed issues:
- [BUG] julia 1.9 - running plotly() causes all jupyter cell output to be supressed (#4739)
- [BUG] Incorrect x axis range when using
bar
withpermute
attribute (#4761) - [BUG] UndefVarError:
z_log
not defined (#4769)
Merged pull requests:
- Expanded list of natively supported series types and keyword attributes (#4694) (@JannikMen)
- Add extra series options at the end (#4765) (@BeastyBlacksmith)
- swap axis limits for bars (#4768) (@BeastyBlacksmith)
- fix heatmap with logarithmic colorbar (#4770) (@BeastyBlacksmith)
v1.38.15
Plots v1.38.15
Closed issues:
- [BUG] using vline() with DateTime as x-axis screws up the y-axis labels (#4660)
- [BUG] Incorrect axes range when using
bar
withorientation = :horizontal
(#4756) - [BUG] Unitful heatmap fails when using colorbar_title (#4758)
Merged pull requests:
- account for missing letter (#4759) (@BeastyBlacksmith)
- Fix vline formatting (#4760) (@BeastyBlacksmith)
v1.38.14
Plots v1.38.14
Merged pull requests:
v1.38.13
Plots v1.38.13
Closed issues:
- [BUG][PGFPlotsX][Unitful] setting axis labels duplicates units (#4730)
- [BUG] PGFPlotsX made breaking change in minor version -> Backend broken (#4748)
- Ordering of plot elements with PGFPlotsX (#4751)
- [BUG] build GR fails on windows julia 1.9.0 (#4755)
Merged pull requests:
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#4738) (@github-actions[bot])
- Fix UnitfulExt for PGFPlotsX take 2 (#4747) (@BeastyBlacksmith)
- Singleargustrip (#4752) (@gustaphe)
v1.38.12
Plots v1.38.12
Closed issues:
- [BUG] Opportunity to greatly speed up plotting of many series? (#4742)
- [BUG] different shade behavior of
fillrange
inabline!
with pgfplotsx backend (#4745)
Merged pull requests:
- Fix bar plot vector attribute with missing values (#4736) (@yha)
- Short-circuit
update_clims
if not necessary (#4743) (@BioTurboNick) - Fix straightline filling for PGFPlotsX backend (#4746) (@BeastyBlacksmith)
v1.38.11
Plots v1.38.11
Closed issues:
- [BUG] Setting
bottom_margin
causes a Measures.AbsoluteLength error (#4726) - [BUG] Unitful conversion incorrect via 'yunit =' syntax when multiple data series are converted (#4731)
Merged pull requests:
- CompatHelper: bump compat for Latexify to 0.16, (keep existing compat) (#4728) (@github-actions[bot])
- Migrate from SnoopPrecompile to PrecompileTools (#4729) (@timholy)
- Fix yunit bug (#4732) (@gustaphe)
- Move warning about plotlybase png rendering to error (#4733) (@fonsp)
SnoopPrecompile
->PrecompileTools
(#4734) (@t-bltg)
v1.38.10
Plots v1.38.10
Closed issues:
- annotation auto-locations don't work with
xlims
(#2591) - [BUG] Relative positioning of annotations tuple cannot mix integer and float (#4258)
- [FR] Text of Japanese crosses over label (#4614)
- [FR]
annotate!
for 3D plots (#4708) - [BUG] Bar plot with categorical labels (#4715)
vline!
on empty vector gives BoundsError (#4717)- [BUG][PGFPlotsX][Unitful] exponent in unit crashes lualatex (#4722)
Merged pull requests:
- Filtering "missing" tick labels (#4716) (@ivan-boikov)
- Add bounds check in expand_extrema (#4718) (@ivan-boikov)
- Bump peter-evans/create-pull-request from 4 to 5 (#4720) (@dependabot[bot])
- Annotations improvements (#4721) (@ivan-boikov)
- fix
UnitfulString
forPGFPlotsX
(#4723) (@t-bltg) - gr: restore transparency after drawing axes (#4724) (@jheinen)
v1.38.9
Plots v1.38.9
Closed issues:
- PGFPlotsX bug in Polar plot with argument fill[BUG] (#3266)
- [FR] rotated ticklabels should be aligned with tickmarks (#4388)
- [BUG]
plot_title
with non-white background looks bad (#4595) - [BUG] background_color_inside as default color affects plot_title background (#4610)
- [BUG] Blank plot on W11 with GR backend (#4688)
- [BUG] Hiding axes with PGFPlotsX leaves ticks visible (#4696)
- UnitfulExt not working for logarithmic units (#4700)
- Change thickness without changing colors [BUG] (#4706)
- [BUG] setting of
markersize
andmarkerstrokewidth
damage marker in legend (#4710) - [BUG] failed add Plots package in julia v1.8.2 (#4712)
Merged pull requests:
- Add supported arguments to backend.jl (#4690) (@nilsLue)
- set color inside matching background color (#4698) (@BeastyBlacksmith)
- Hide ticks of hidden axis in PGFPlotsX (#4701) (@ivan-boikov)
- Rotated tick label alignment in PGFPlotsX (#4702) (@ivan-boikov)
- Missing angle conversions in PGFPlotsX (#4703) (@ivan-boikov)
- Support removing colorbar ticks in GR and PGFPlotsX (#4704) (@ivan-boikov)
- Fix logarithmic units (#4707) (@gustaphe)
- scale marker inside legend (#4711) (@KlausC)
- [GR] add 0.72 compat (#4714) (@jheinen)
v1.38.8
Plots v1.38.8
Closed issues:
- Noninteractive display in plotlyjs() returned under Juno! (#2232)
- Inconsistent font size in PGFPlotsX with LaTeXString [BUG] (#3237)
- [BUG] framestyle=:box contradict with ymirror=true on pgfplotsx (#4634)
Merged pull requests:
- Fix PGFPlotsX axis mirror in box framestyle (#4686) (@ivan-boikov)
- fix contour3d for pgfplotsx (#4687) (@BeastyBlacksmith)
- Bump peter-evans/create-pull-request from 3 to 4 (#4691) (@dependabot[bot])
- Transparent background in GR and PGFPlotsX (#4693) (@ivan-boikov)