Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v0.19.3
- fix a 32-bit system issue on colors
- allow passing color gradient arguments to e.g. heatmap
v0.19.2
Several small fixes for 1.0 compatibility, in particular for animations.
v0.19.1
Patch release that fixes a problem with specifying color gradients on 1.0.
v0.19.0
- Refactor conditional loading to use Requires
- Many fixes for 1.0 compatibility
v0.18.0
0.7 compatibility
v.0.17.4
v0.17.3
- 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
v0.17.1
v0.17.0
- 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