Skip to content

Releases: haberdashPI/PlotAxes.jl

v0.2.7

06 May 19:07
Compare
Choose a tag to compare

v0.2.6

03 Mar 20:08
Compare
Choose a tag to compare

PlotAxes v0.2.6

Diff since v0.2.5

Merged pull requests:

  • CompatHelper: bump compat for "Compat" to "3.2" (#3) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#7) (@JuliaTagBot)

v0.2.5

07 Dec 00:43
v0.2.5
Compare
Choose a tag to compare

v0.2.4

31 Jul 13:09
v0.2.4
Compare
Choose a tag to compare

v0.2.4 (2019-07-30)

New features:

  • new axis transformations logrange and linrange — these functions clean up axis values so that if they are close to evenly spaced values, they are forced to an exact Range type. See their documentation for details.
  • new function rangefn — this allows you to create a new axis transformation that will force the output to a Range just as like logrange and linrage do. That is logrange == rangefn(log).

Changes:

  • all axes default to using linrange, creating a more legible plot when axes are close to but not exactly evenly spaced values.

v0.2.3

24 Jul 18:52
v0.2.3
Compare
Choose a tag to compare

v0.2.3 (2019-07-24)

Diff since v0.2.2

Fixed bug in corner case, when passing Unitful values to a plot (#2)

v0.2.2

10 Jul 19:34
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2019-07-10)

Bug fix: properly handle non-numeric axis values.

Diff since v0.2.1

v0.2.1

10 Jul 16:27
v0.2.1
Compare
Choose a tag to compare

v0.2.1 (2019-07-10)

Bug fix: ggplot2 and Gadfly backends now properly handle axis transformations

Diff since v0.2.0

v0.2.0

10 Jul 00:14
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2019-07-09)

New functionality: use a :axisname => function to transform an axis value by a given function before plotting (e.g. log).

Diff since v0.1.12

v0.1.12

03 Jun 18:47
v0.1.12
Compare
Choose a tag to compare

v0.1.11

30 May 15:02
v0.1.11
Compare
Choose a tag to compare