plotnine.themes.themeable.legend_justification_bottom
legend_justification_bottom(theme_element)
Justification of legends placed at the bottom
Parameters
theme_element : Literal["left", "center", "right"] | float
-
How to justify the entire group with 1 or more guides. i.e. How to slide the legend along the bottom row. If a float, it should be in the range
[0, 1]
, where0
is"left"
and1
is"right"
.