plotnine.themes.themeable.plot_tag_position
plot_tag_position(theme_element)
Position of the tag
Parameters
theme_element : Literal["topleft", "top", "topright", "leftright", "bottomleft", "bottom", "bottomleft"] | tuple[float, float] = = "topleft"
-
If the value is a string, the tag will be managed by the layout manager. If it is a tuple of (x, y) coordinates, they should be in figure space and the tag will be ignored by the layout manager.