ScatterShow🔗Definition🔗class ScatterShow(enum.StrEnum): POINTS = "points" LINES = "lines" POINTS_AND_LINES = "points+lines"