diff --git a/seaborn/_core/plot.py b/seaborn/_core/plot.py index 66e4ec8d78..5341612edd 100644 --- a/seaborn/_core/plot.py +++ b/seaborn/_core/plot.py @@ -485,7 +485,7 @@ def on(self, target: Axes | SubFigure | Figure) -> Plot: def add( self, mark: Mark, - *transforms: Stat | Mark, + *transforms: Stat | Move, orient: str | None = None, legend: bool = True, data: DataSource = None,