plotnine.positions.
position_dodge
(width=None, preserve='total')[source]¶Dodge overlaps and place objects side-by-side
Dodging width, when different to the width of the individual elements. This is useful when you want to align narrow geoms with wider geoms
Should dodging preserve the total width of all elements at a position, or the width of a single element?