NAME

Chart::GGPlot::ScalesList - Encapsulation multiple scale objects

VERSION

version 0.0000_01

ATTRIBUTES

scales

Returns an arrayref of scales object with the ScalesList object.

METHODS

find($aesthetic)

Returns an arrayref of indexes.

has_scale($aesthetic)

get_scales($output)

Returns the first scale object found.

train_df($df)

Train scales from a dataframe.

map_df($df)

Map values from a dataframe. Returns a dataframe whose columns processed to map to the scales' limits.

AUTHOR

Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 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.