Skip to content

v0.2.4

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 31 Jul 13:09
· 21 commits to master since this release
v0.2.4

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.