File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ class Axes(_AxesBase):
748748 | Callable [[GaussianKDE ], float ]
749749 | None = ...,
750750 side : Literal ["both" , "low" , "high" ] = ...,
751- orientation : Literal ["vertical" , "horizontal" ] = ...,
751+ orientation : Literal ["vertical" , "horizontal" ] | None = ...,
752752 * ,
753753 data = ...,
754754 ) -> dict [str , Collection ]: ...
@@ -762,7 +762,7 @@ class Axes(_AxesBase):
762762 showextrema : bool = ...,
763763 showmedians : bool = ...,
764764 side : Literal ["both" , "low" , "high" ] = ...,
765- orientation : Literal ["vertical" , "horizontal" ] = ...,
765+ orientation : Literal ["vertical" , "horizontal" ] | None = ...,
766766 ) -> dict [str , Collection ]: ...
767767
768768 table = mtable .table
Original file line number Diff line number Diff line change @@ -4154,7 +4154,7 @@ def violinplot(
41544154 | Callable [[GaussianKDE ], float ]
41554155 | None = None ,
41564156 side : Literal ["both" , "low" , "high" ] = "both" ,
4157- orientation : Literal ["vertical" , "horizontal" ] = "vertical" ,
4157+ orientation : Literal ["vertical" , "horizontal" ] | None = None ,
41584158 * ,
41594159 data = None ,
41604160) -> dict [str , Collection ]:
You can’t perform that action at this time.
0 commit comments