NAME
Chart::GGPlot::Theme::Defaults - Pre-defined themes
VERSION
version 0.0000_01
SYNOPSIS
use Chart::GGPlot::Theme::Defaults qw(:all);
my $theme = theme_grey();
DESCRIPTION
Some predefined themes.
FUNCTIONS
theme_grey
The signature ggplot2 theme with a grey background and white gridlines.
theme_bw
The classic dark-on-light ggplot2 theme.
theme_linedraw
A theme with only black lines of various widths on white backgrounds, reminiscent of a line drawings.
theme_light
A theme similar to theme_linedraw
but with light grey lines and axes, to direct more attention towards the data.
theme_dark
The dark cousin of theme_light
, with similar line sizes but a dark background. Useful to make thin colored lines pop out.
theme_minimal
A minimalistic theme with no background annotations.
theme_classic
A classic-looking theme, with x and y axis lines and no gridlines.
theme_void
A completely empyt theme.
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.