NAME
Chart::GGPlot::Plot - ggplot class
VERSION
version 0.0000_01
DESCRIPTION
This class represents the ggplot class. Instead of this class you would usually want to look at Chart::GGPlot, which is a function interface of this library and is closer to R ggplot2's API.
METHODS
show
$ggplot->show(HashRef $opts={});
Show the plot (like in web browser). Implementation depends on the plotting backend.
save
$ggplot->save($filename, HashRef $opts={});
Export the plot to a static image file. Implementation depends on the plotting backend.
summary()
Get a useful description of a ggplot object.
SEE ALSO
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.