Skip to content

Releases: JuliaPlots/Plots.jl

v0.12.2

09 Aug 06:10
Compare
Choose a tag to compare
  • fix an issue with Juno/PlotlyJS compatibility on new installations
  • fix markers not showing up in seriesrecipes using :scatter
  • don't use pywrap in the pyplot backend
  • improve the bottom margin for the gr backend

v0.12.1

26 Jul 13:10
Compare
Choose a tag to compare
  • fix deprecation warnings
  • switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
  • drop FactCheck in tests
  • remove julia 0.5 compliant uses of transpose operator
  • fix GR heatmap bugs
  • fix GR guide padding
  • improve legend markers in GR
  • add surface alpha for Plotly(JS)
  • add fillrange to Plotly(JS)
  • allow usage of Matplotlib 1.5 with PyPlot
  • fix GLVisualize for julia 0.6
  • conform to changes in InspectDR

v0.11.4

17 Jun 20:19
Compare
Choose a tag to compare

Remove diagnostic "best" statement from gr

v0.12.0

11 Jun 20:27
Compare
Choose a tag to compare

Requires JuliaLang/METADATA.jl#9747 to pass Travis tests

Drop support of julia 0.5.
Fix most 0.6 deprecations.
Moves @Shorthands and @userplot to RecipesBase.

v0.11.3

07 Jun 15:36
Compare
Choose a tag to compare
  • add HDF5 backend
  • GR replaces PyPlot as first-choice backend
  • support for legend position in GR
  • smaller markers in GR
  • better viewport size in GR
  • fix glvisualize support
  • remove bug with three-argument method of text
  • legendtitle attribute added
  • add test for spy

v0.11.2

12 May 09:43
Compare
Choose a tag to compare

Switch off precompilation

v0.11.1

11 May 12:02
Compare
Choose a tag to compare

Small edits, and minor version numbers for dependencies

v0.11.0

11 May 09:48
Compare
Choose a tag to compare
  • julia 0.6 compatibility
  • matplotlib 0.2.0 compatibility
  • add inspectdr backend
  • improved histogram functionality:
  • added a :stephist and :scatterhist series type as well as ``:barhist` (the default)
  • support for log scale axes with histograms
  • support for plotting StatsBase.Histogram
  • allowing bins to be specified as :sturges, :rice, :scott or :fd
  • allow normalization to be specified as :density (for unequal bins) or :pdf (sum to 1)
  • add a plotattr function to access documentation for Plots attribute
  • add colorbar_title to plotlyjs
  • enable standalone window for plotlyjs
  • improved support for pgfplots, ticks rotation, clims, series_annotations
  • restore colorbars for GR
  • better axis labels for heatmap in GR
  • better marker sizes in GR
  • fix color representation in GR
  • update GR legend
  • fix image bug on GR
  • fix glvisualize dependencies
  • set dotted grid lines for pyplot
  • several improvements to inspectdr
  • improved tick positions for TimeType x axes
  • support for improved color gradient capability in PlotUtils
  • add a showlibrary recipe to display color libraries
  • add a showgradient recipe to display color gradients
  • add vectorfield as an alias for quiver
  • use PlotUtils.adaptedgrid for functions

v0.10.3

11 Jan 15:47
Compare
Choose a tag to compare
fix support for fill_z in pyplot

v0.10.2

13 Dec 19:56
Compare
Choose a tag to compare
Merge branch 'master' into dev