Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.38.7
Plots v1.38.7
Closed issues:
- [BUG] Plots fails to precompile on OSX (Ventura). (#4478)
- render to svg: filename too long (#4545)
- Plots.jl fails to load on Colab[BUG] (#4633)
- [BUG] display of plot window always takes 2.3 seconds with GR and PGFPlotsX backends on windows (#4638)
- surface() complains of identical data points even though it shouldn't (#4646)
- [FR] Support
xticks
,yticks
with UnicodePlots (#4657) - [FR]
border
andcanvas
option for UnicodePlots (#4675) - [BUG] Log scale axis labels not brace-wrapped in PGFPlotsX (#4676)
- [BUG] Surface transparency (#4683)
Merged pull requests:
- Add AbstractVector
Shape(x, y)
constructor (#4679) (@nick4f42) - Wrapping of power in PGFPlotsX labels (#4680) (@ivan-boikov)
- Support for disabling axis ticks in UnicodePlots (#4681) (@ivan-boikov)
- Add svg+xml generation to precompile setup (#4682) (@oschulz)
- Do not include plotly.jl twice (#4684) (@antholzer)
- PythonPlot: fix
fillalpha
(#4685) (@t-bltg)
v1.38.6
Plots v1.38.6
Closed issues:
- [BUG] Markers are at wrong places in 3d plot when
xflip = true
(#4355) - [FR] use package extensions (#4589)
- typos (#4662)
Merged pull requests:
- package extensions - weak deps (#4649) (@t-bltg)
- Update possible values for
:ticks
,:colorbar_ticks
in documentation (#4656) (@Socob) - fix typos (#4663) (@spaette)
PythonPlot
: fix cmap (#4665) (@t-bltg)PythonPlot
: fix cmap (#4666) (@t-bltg)- restore
Plots.unzip
(#4670) (@t-bltg) - gr: add support for user fonts (#4671) (@jheinen)
- Silence precompilation process (#4672) (@giordano)
v1.38.5
Plots v1.38.5
Closed issues:
- [BUG] The use of
marker -->
in a plot recipe preventsmarkershape
to be modified (#4644)
Merged pull requests:
v1.38.4
Plots v1.38.4
Merged pull requests:
- Macro fps support (#4594) (@arikheinss)
- Added arbitrary legend_columns for gr (#4645) (@briederer)
- Fix code loading for pgfplotsx (#4647) (@BeastyBlacksmith)
v1.38.3
Plots v1.38.3
Closed issues:
- [BUG] can't plot with default colour scale with high precision floats (#4270)
- [BUG] Failed precompile Plots after update Julia to 1.8.4 (#4608)
Merged pull requests:
- Add :unitformat to _base_supported_args (#4639) (@xwjqv)
- switch to lowercase 'plotly' require.js dependency (#4640) (@marius311)
- fix spurious GR warning (#4641) (@t-bltg)
- simplify
open
(#4642) (@t-bltg) - don't write nans into zlims (#4643) (@BeastyBlacksmith)
v1.38.2
Plots v1.38.2
Closed issues:
- [BUG]
vline!
overrides previously setformatter
(#4538)
Merged pull requests:
- support plotting offset images (#4615) (@simeonschaub)
- fix tick formatter with functions returning numerical values (#4618) (@daschw)
- don't overwrite custom formatter for with vline! (#4619) (@daschw)
- use === instead of == to compare Symbols (#4622) (@ranocha)
- remove
PLOTS_PRECOMPILE
env var (#4630) (@t-bltg)
v1.38.1
v1.38.0
Plots v1.38.0
Closed issues:
- Plot breaks when adding incorrect input (#1908)
- [BUG]
clims
ignored when specified withplot!
(#4490) - [BUG] RecipesBase and RecipesPipeline fail to precompile (#4597)
- [BUG] Deprecation warning from Colors 0.12.9 (#4601)
Merged pull requests:
- Fix delayed application of new clims in
plot!
call (#4587) (@BioTurboNick) - process magic marker attribute consistently (#4598) (@BeastyBlacksmith)
- fix depwarn (#4602) (@t-bltg)