plotnine.themes.themeable.legend_justification_left
legend_justification_left(theme_element)Justification of legends placed on the left
Parameters
theme_element : Literal["bottom", "center", "top"] | float-
How to justify the entire group with 1 or more guides. i.e. How to slide the legend along the left column. If a float, it should be in the range
[0, 1], where0is"bottom"and1is"top".