Skip to content

Releases: JuliaPlots/Plots.jl

v0.19.3

17 Aug 18:59
60b8b00
Compare
Choose a tag to compare
  • fix a 32-bit system issue on colors
  • allow passing color gradient arguments to e.g. heatmap

v0.19.2

14 Aug 21:57
Compare
Choose a tag to compare

Several small fixes for 1.0 compatibility, in particular for animations.

v0.19.1

13 Aug 08:09
d084e31
Compare
Choose a tag to compare

Patch release that fixes a problem with specifying color gradients on 1.0.

v0.19.0

11 Aug 17:26
6dc0823
Compare
Choose a tag to compare
  • Refactor conditional loading to use Requires
  • Many fixes for 1.0 compatibility

v0.18.0

09 Aug 00:10
4860bf3
Compare
Choose a tag to compare

0.7 compatibility

v.0.17.4

26 Jul 15:05
c2e8b5a
Compare
Choose a tag to compare
  • fix thickness_scaling for pyplot

0.6 backports release

v0.17.3

01 Jul 08:14
0eab0dc
Compare
Choose a tag to compare
  • Log-scale heatmap edge computation
  • Fix size and dpi for GR and PyPlot
  • Fix fillrange with line segments on PyPlot and Plotly
  • fix flip for heatmap and image on GR
  • New attributes for PGFPlots
  • Widen axes for most series types and log scales
  • Plotly: fix log scale with no ticks
  • Fix axis flip on Plotly
  • Fix hover and zcolor interaction in Plotly
  • WebIO integration for PlotlyJS backend

(Minor version 0.17 is the last one to support Julia 0.6)

v0.17.2

12 Jun 19:10
78b0b7e
Compare
Choose a tag to compare
  • fix single subplot in plotly
  • implement (xyz)lims = :round
  • PyPlot: fix bg_legend = invisible()
  • set fallback tick specification for axes with discrete values
  • restructure of show methods

v0.17.1

21 May 07:58
b3e0ac0
Compare
Choose a tag to compare
  • Fix contour for PGFPlots
  • 32Bit fix: Int64 -> Int
  • Make series of shapes and segments toggle together in Plotly(JS)
  • Fix marker arguments
  • Fix processing order of series recipes
  • Fix Plotly(JS) ribbon
  • Contour plots with x,y in grid form on PyPlot

v0.17.0

13 Apr 15:11
fde0fa6
Compare
Choose a tag to compare
  • Add GR dependency to make it the default backend
  • Improve histogram2d bin estimation
  • Allow vector arguments for certain series attributes and support line_z and fill_z on GR, PyPlot, Plotly(JS) and PGFPlots
  • Automatic scientific notation for tick labels
  • Allow to set the theme in PLOTS_DEFAULTS
  • Implement plots_heatmap seriestype providing a Plots recipe for heatmaps