plotnine.themes.themeable.legend_justification_inside
legend_justification_inside(theme_element)Justification of legends placed inside the axes
Parameters
theme_element : Literal["left", "right", "center", "top", "bottom"] | float | tuple[float, float]-
How to justify the entire group with 1 or more guides. i.e. What point of the legend box to place at the destination point in the panels area.
If a float, it should be in the range
[0, 1], and it implies the horizontal part and with the vertical part fixed at0.5.Therefore a float value of
0.8equivalent to a tuple value of(0.8, 0.5).