Skip to content

Commit 369618a

Browse files
authored
Merge pull request matplotlib#12921 from LEDfan/patch-1
Fix documentation of vert parameter of Axes.bxp
2 parents 898fbaa + 1b6ef34 commit 369618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
36753675
positions)``, clipped to no less than 0.15 and no more than
36763676
0.5.
36773677
3678-
vert : bool, default = False
3678+
vert : bool, default = True
36793679
If `True` (default), makes the boxes vertical. If `False`,
36803680
makes horizontal boxes.
36813681

0 commit comments

Comments
 (0)