Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v0.22.1
- push PlotsDisplay just after REPLDisplay
v0.22.0
- deprecate GLVisualize
- allow 1-row and 1-column heatmaps
- add portfoliodecomposition recipe from PlotRecipes
- solve Shape bug
- simplify PyPlot backend installation
- fix wireframe bug in PyPlot
- fix color bug in PyPlot
- minor bug fixes in gr and pyplot
v0.21.0
- Compatibility with StaticArrays 0.9.0
- Up GR min version to 0.35
- fix
:mirror
v0.20.6
v0.20.5
- fix precompilation issue when depending on Plots
v0.20.4
Hotfix output format in Atom
v0.20.3
v0.20.2
Basic missing value support.
Improvements to the GR backend.
v0.20.1
hotfix release
fixes a bug in alias replacements.
v0.20.0
Many updates, min julia 1.0
- change display type to use PlotsDisplay (fixes Juno integration)
- change all internal uses of
d
toplotattributes
(no user change) - change spy implementation to use
scatter
notheatmap
- sort x axes when passing a vector of strings as x
- improve performance of marker_z
- update CI to 1.0
- minor depwarn ifixes
- only draw one colorbar with GR
- add colorbar_title to GR and pgfplots
- fix savefig with latexstrings for PyPlot
- fix NamedTuple integration
- don't export
P2
andP3
- make it possible to use 2-argument function as argument to marker_z
- make
plotattr
work again