Releases: haberdashPI/PlotAxes.jl
Releases · haberdashPI/PlotAxes.jl
v0.2.7
PlotAxes v0.2.7
v0.2.6
PlotAxes v0.2.6
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
v0.2.5 (2019-12-04)
v0.2.4
v0.2.4 (2019-07-30)
New features:
- new axis transformations
logrange
andlinrange
— these functions clean up axis values so that if they are close to evenly spaced values, they are forced to an exactRange
type. See their documentation for details. - new function
rangefn
— this allows you to create a new axis transformation that will force the output to aRange
just as likelogrange
andlinrage
do. That islogrange == 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
v0.2.2
v0.2.1
v0.2.1 (2019-07-10)
Bug fix: ggplot2 and Gadfly backends now properly handle axis transformations
v0.2.0
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
).