NAME
Chart::GGPlot::Scale::Continuous - Continuous scale
VERSION
version 0.002002
ATTRIBUTES
rescaler
A function used by diverging and n color gradients, to scale the input values to the range of [0, 1]
.
oob
A function that handles limits outside of the scale limits (out of bounds). The default replaces out of bounds values with NA.
minor_breaks
One of
null
or[]
for no minor breaks.undef
for default breaks (one minor break between each major break).a numeric vector of positions.
a function that given the limits returns a vector of minor breaks.
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2023 by Stephan Loyd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.