Skip to content

Releases: JuliaPlots/PlotUtils.jl

v0.5.3

16 Aug 09:12
Compare
Choose a tag to compare

small patch release

  • allow travis testing for 1.0
  • give informative error message on some spurious broadcast calls happening because 1.0 no longer broadcasts singletons as singletons

v0.5.2

12 Aug 06:53
32a87c6
Compare
Choose a tag to compare

Patch release fixing adapted_grid (function plotting) on 1.0

v0.5.1

10 Aug 15:08
4c8273f
Compare
Choose a tag to compare

Fixes for Julia 1.0

v0.5.0

28 Jun 15:46
61eaaef
Compare
Choose a tag to compare

Fixes for Julia 0.7

v0.4.4

14 Sep 20:14
Compare
Choose a tag to compare
  • Improved tick calculations to always produce 4-8 ticks on each axis by default
  • Fix a bug in adapted_grid (adaptive function plotting)

v0.4.3

26 Jul 12:52
Compare
Choose a tag to compare
  • filter out NaNs before extrema and max
  • replace deprecated DateTime syntax

v0.4.2

20 Jun 06:20
Compare
Choose a tag to compare

Fix some julia 0.6 deprecations

v0.4.1

11 May 11:57
Compare
Choose a tag to compare

Minor fix

v0.4.0

11 May 09:54
Compare
Choose a tag to compare

This release adds support for using color libraries to organize color gradients. New functions are clibrary, clibraries, cgradients and default_cgrad. The release puts the cmocean gradients in their own library, and adds Bokeh's colorcet library, as well as the colorbrewer color library.

v0.3.0: Merge pull request #6 from KristofferC/kc/adaptive-grid

17 Jan 20:24
Compare
Choose a tag to compare
add function to compute an adapted grid of a function on an interval