LegendPlacement🔗TODO docsDefinition🔗class LegendPlacement(enum.StrEnum): """ TODO docs """ BOTTOM = "bottom" RIGHT = "right"