File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ class Axes(_AxesBase):
739
739
dataset : ArrayLike | Sequence [ArrayLike ],
740
740
positions : ArrayLike | None = ...,
741
741
* ,
742
- orientation : Literal ["vertical" , "horizontal" ] | None = ...,
742
+ orientation : Literal ["vertical" , "horizontal" ] = ...,
743
743
vert : bool | None = ...,
744
744
widths : float | ArrayLike = ...,
745
745
showmeans : bool = ...,
@@ -759,7 +759,7 @@ class Axes(_AxesBase):
759
759
vpstats : Sequence [dict [str , Any ]],
760
760
positions : ArrayLike | None = ...,
761
761
* ,
762
- orientation : Literal ["vertical" , "horizontal" ] | None = ...,
762
+ orientation : Literal ["vertical" , "horizontal" ] = ...,
763
763
vert : bool | None = ...,
764
764
widths : float | ArrayLike = ...,
765
765
showmeans : bool = ...,
Original file line number Diff line number Diff line change @@ -4142,7 +4142,7 @@ def triplot(*args, **kwargs):
4142
4142
def violinplot (
4143
4143
dataset : ArrayLike | Sequence [ArrayLike ],
4144
4144
positions : ArrayLike | None = None ,
4145
- orientation : Literal ["vertical" , "horizontal" ] | None = "vertical" ,
4145
+ orientation : Literal ["vertical" , "horizontal" ] = "vertical" ,
4146
4146
vert : bool | None = None ,
4147
4147
widths : float | ArrayLike = 0.5 ,
4148
4148
showmeans : bool = False ,
You can’t perform that action at this time.
0 commit comments