plotnine.themes.themeable.plot_tag_location
plot_tag_location(theme_element)
The area where the tag will be positioned
Parameters
theme_element : Literal["margin", "plot", "panel"] = = "margin"
-
If “margin”, it is placed within the plot_margin. If “plot”, it is placed in the figure, ignoring any margins. If “panel”, it is placed within the panel area.