The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.002003

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-2023 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.