@@ -8371,7 +8371,7 @@ def violinplot(self, dataset, positions=None, vert=None,
8371
8371
The positions of the violins; i.e. coordinates on the x-axis for
8372
8372
vertical violins (or y-axis for horizontal violins).
8373
8373
8374
- vert : bool, default: True.
8374
+ vert : bool, optional
8375
8375
.. deprecated:: 3.10
8376
8376
Use *orientation* instead.
8377
8377
@@ -8476,7 +8476,7 @@ def _kde_method(X, coords):
8476
8476
8477
8477
@_api .make_keyword_only ("3.9" , "vert" )
8478
8478
def violin (self , vpstats , positions = None , vert = None ,
8479
- orientation = None , widths = 0.5 , showmeans = False ,
8479
+ orientation = 'vertical' , widths = 0.5 , showmeans = False ,
8480
8480
showextrema = True , showmedians = False , side = 'both' ):
8481
8481
"""
8482
8482
Draw a violin plot from pre-computed statistics.
@@ -8515,7 +8515,7 @@ def violin(self, vpstats, positions=None, vert=None,
8515
8515
The positions of the violins; i.e. coordinates on the x-axis for
8516
8516
vertical violins (or y-axis for horizontal violins).
8517
8517
8518
- vert : bool, default: True.
8518
+ vert : bool, optional
8519
8519
.. deprecated:: 3.10
8520
8520
Use *orientation* instead.
8521
8521
0 commit comments