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 @@ -739,7 +739,7 @@ class Axes(_AxesBase):
739739 dataset : ArrayLike | Sequence [ArrayLike ],
740740 positions : ArrayLike | None = ...,
741741 * ,
742- orientation : Literal ["vertical" , "horizontal" ] | None = ...,
742+ orientation : Literal ["vertical" , "horizontal" ] = ...,
743743 vert : bool | None = ...,
744744 widths : float | ArrayLike = ...,
745745 showmeans : bool = ...,
@@ -759,7 +759,7 @@ class Axes(_AxesBase):
759759 vpstats : Sequence [dict [str , Any ]],
760760 positions : ArrayLike | None = ...,
761761 * ,
762- orientation : Literal ["vertical" , "horizontal" ] | None = ...,
762+ orientation : Literal ["vertical" , "horizontal" ] = ...,
763763 vert : bool | None = ...,
764764 widths : float | ArrayLike = ...,
765765 showmeans : bool = ...,
Original file line number Diff line number Diff line change @@ -4142,7 +4142,7 @@ def triplot(*args, **kwargs):
41424142def violinplot (
41434143 dataset : ArrayLike | Sequence [ArrayLike ],
41444144 positions : ArrayLike | None = None ,
4145- orientation : Literal ["vertical" , "horizontal" ] | None = "vertical" ,
4145+ orientation : Literal ["vertical" , "horizontal" ] = "vertical" ,
41464146 vert : bool | None = None ,
41474147 widths : float | ArrayLike = 0.5 ,
41484148 showmeans : bool = False ,
You can’t perform that action at this time.
0 commit comments