Skip to content

Releases: JuliaPlots/Plots.jl

v0.25.1

13 May 20:54
v0.25.1
1ea5a5a
Compare
Choose a tag to compare

v0.25.0

10 May 20:30
f742ae4
Compare
Choose a tag to compare

v0.24.0

01 Apr 06:20
2260230
Compare
Choose a tag to compare
  • update to new PyPlot api
  • fix drawing of ticks
  • fix y label position with GR

v0.23.2: Merge pull request #1953 from daschw/polar-axis

15 Mar 14:01
d83666b
Compare
Choose a tag to compare
  • pyplot fixes
  • Add option :tex_output_standalone to set the 'include_preamble' argument in the PGFPlots backend.
  • fix ticks
  • support plotly json mime
  • fix image axis limits
  • default to radius 0 at center for polar plots

v0.23.1

28 Feb 22:00
8f381e2
Compare
Choose a tag to compare
  • slightly faster load time
  • fixed errant MethodError
  • fix bar plots with unicodeplots
  • better colorbars for contour
  • add volume seriestype for GR
  • fix passing a tuple to custom ticks
  • add vline to pgfplots
  • add tex output for pyplot
  • better 3d axis labels for GR

v0.23.0

28 Jan 13:01
Compare
Choose a tag to compare
  • compatible with StatPlots -> StatsPlots name shift
  • fix histograms for vectors with NaN and Inf
  • change gif behaviour (remove cache-busting)
  • improved docstrings for shorthands functions
  • fix font rotation for pyplot
  • fix greyscale images for pyplot
  • clamp greyscale images with values outside 0,1
  • support keyword argument for font options
  • allow vector of markers for pyplot scatter

v0.22.5

11 Jan 18:52
7750003
Compare
Choose a tag to compare

improve behaviour of plotlyjs backend

v0.22.4

07 Jan 14:20
Compare
Choose a tag to compare

Add support for discrete contourf plots with GR

v0.22.3

06 Jan 07:39
9985d30
Compare
Choose a tag to compare

Fix the showtheme function

v0.22.2

02 Jan 19:37
Compare
Choose a tag to compare

Allow annotations to accept a Tuple instead of the result of a text call (making it possible to specify font characteristics in recipes). E.g. annotations = (2, 4, ("test", :right, 8, :red)) is the same as annotations = (2, 4, text("test", :right, 8, :red))