NAME

Chart::GGPlot::Position::Dodge - Position for 'dodge'

VERSION

version 0.0000_01

DESCRIPTION

Dodging preserves the vertical position of an geom while adjusting the horizontal position.

ATTRIBUTES

width

Dodging width. Useful when you want to align narrow geoms with wider geoms. See the examples.

preserve

Should dodging preserve the total width of all elements at a position, or the width of a single element? Possible values are "total" and "single". Default is "total".

SEE ALSO

Chart::GGPlot::Position

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.