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