%TMPL_COMMON_ARGS%
* $width
Bar width. By default, set to 90% of the resolution of the data.
See also "stat_count" in Chart::GGPlot::Stat::Functions.
%TMPL_COMMON_ARGS%
* $binwidth
The width of the bins. Can be specified as a numeric value, or a function that calculates width from x. The default is to use $bins
bins that cover the range of the data.
* $bins
Number of bins. Overridden by $binwidth
. Defaults to 30.
You should always override this $bins
or $binwidth
, exploring multiple widths to find the best to illustrate the stories in your data.
See also "stat_bin" in Chart::GGPlot::Stat::Functions.
NAME
Chart::GGPlot::Geom::Bar - Class for bar geom
VERSION
version 0.0003
SEE ALSO
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 37:
You can't have =items (as at line 41) unless the first thing after the =over is an =item
- Around line 85:
You can't have =items (as at line 89) unless the first thing after the =over is an =item