mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
Change whis type to support tuple (#15156)
This commit is contained in:
@@ -27,7 +27,7 @@ def boxplot(
|
||||
dodge: bool | Literal["auto"] = "auto",
|
||||
width: float = 0.8,
|
||||
gap: float = 0,
|
||||
whis: float = 1.5,
|
||||
whis: float | tuple[float, float] = 1.5,
|
||||
linecolor: ColorType = "auto",
|
||||
linewidth: float | None = None,
|
||||
fliersize: float | None = None,
|
||||
|
||||
Reference in New Issue
Block a user