NAME
Chart::GGPlot::Range - The role for range
VERSION
version 0.0010_01
DESCRIPTION
Mutable ranges have two methods (train
and reset
), and make it possible to build up complete ranges with multiple passes.
ATTRIBUTES
range
For continuous range it has two elements to indicate the start and end of the range. For discrete range the arrayref contains the discrete items of the range.
METHODS
reset()
Resets the range.
train($piddle)
Train the range according to given data.
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 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.