The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::GGPlot::Position::Dodge2 - Position for 'dodge2'

VERSION

version 0.0007

DESCRIPTION

This is a special case of "dodge" for arranging box plots, bars and rectangles. It allows padding between elements at the same position.

ATTRIBUTES

padding

Padding between elements at the same position. Elements are shrunk by this proportion to allow space between them. Defaults to 0.1.

reverse

If true, will reverse the default stacking order. This is useful if you're rotating both the plot and legend.

SEE ALSO

Chart::GGPlot::Position, Chart::GGPlot::Position::Dodge,

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.