NAME
Chart::GGPlot::Aes::Functions - Function interface for aesthetics mappings
VERSION
version 0.0000_01
FUNCTIONS
aes
my $aes = aes(%aesthetics_mapping);
This function is not equivalent to Chart::GGPlot::Aes->new()
. This function is specifically for creating aesthetics mapping which specifies the mapping from data to aesthetics. Returned aes object from this function is usually used for the mapping
attr of Chart::GGPlot
objects or Chart::GGPlot::Geom
consumers.
Values of %aesthetics_mapping
need to be one of the following: =for :list * An Eval::Quosure
object. * Anything else would be stringified and converted to an Eval::Quosure
object with enviroment be caller of the aes()
function.
SEE ALSO
Chart::GGPlot::Aes, Eval::Quosure
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.