We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ecffc commit 671432eCopy full SHA for 671432e
1 file changed
stubs/seaborn/seaborn/categorical.pyi
@@ -27,7 +27,7 @@ def boxplot(
27
dodge: bool | Literal["auto"] = "auto",
28
width: float = 0.8,
29
gap: float = 0,
30
- whis: float = 1.5,
+ whis: float | tuple[float, float] = 1.5,
31
linecolor: ColorType = "auto",
32
linewidth: float | None = None,
33
fliersize: float | None = None,
0 commit comments