Skip to content

Releases: JuliaPlots/Plots.jl

v0.22.1

29 Dec 09:05
Compare
Choose a tag to compare
  • push PlotsDisplay just after REPLDisplay

v0.22.0

10 Dec 10:03
Compare
Choose a tag to compare
  • 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

23 Oct 18:55
9213b09
Compare
Choose a tag to compare
  • Compatibility with StaticArrays 0.9.0
  • Up GR min version to 0.35
  • fix :mirror

v0.20.6

14 Oct 17:28
532710e
Compare
Choose a tag to compare
  • fixes for PlotDocs.jl
  • fix gr axis color argument
  • Shapes for inspectdr
  • don't load plotly js file by default

v0.20.5

08 Oct 14:23
Compare
Choose a tag to compare
  • fix precompilation issue when depending on Plots

v0.20.4

27 Sep 19:25
acb9faa
Compare
Choose a tag to compare

Hotfix output format in Atom

v0.20.3

27 Sep 07:25
732103a
Compare
Choose a tag to compare
  • implement guide position in gr, pyplot and pgfplots
  • inspectdr fixes
  • default appveyor
  • rudimentary missings support
  • deprecation fixes for PGFPlots
  • fix for gr svg dpi setting

v0.20.2

07 Sep 20:43
Compare
Choose a tag to compare

Basic missing value support.
Improvements to the GR backend.

v0.20.1

29 Aug 08:40
9c42c30
Compare
Choose a tag to compare

hotfix release
fixes a bug in alias replacements.

v0.20.0

28 Aug 19:40
Compare
Choose a tag to compare

Many updates, min julia 1.0

  • change display type to use PlotsDisplay (fixes Juno integration)
  • change all internal uses of d to plotattributes (no user change)
  • change spy implementation to use scatter not heatmap
  • 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 and P3
  • make it possible to use 2-argument function as argument to marker_z
  • make plotattr work again