NAME
Chart::GGPlot::Trans - Transformation class
VERSION
version 0.002003
DESCRIPTION
A transformation object bundles together a transform, its inverse, and methods for generating breaks and labels.
ATTRIBUTES
name
Name of the transformation object.
transform
A coderef for the transform.
inverse
A coderef for inverse of the transform.
breaks
A coderef for generating the breaks.
minor_breaks
A coderef for generating the breaks.
format
A coderef that can be used for generating the break labels. The default behavior is that if the breaks piddle consumes PDL::Role::HasNames then its names()
method would be called to get the labels, otherwise the labels would be from the breaks values.
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.