8000 Merge pull request #12923 from meeseeksmachine/auto-backport-of-pr-12… · matplotlib/matplotlib@8a7256f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a7256f

Browse files
authored
Merge pull request #12923 from meeseeksmachine/auto-backport-of-pr-12921-on-v3.0.x
Backport PR #12921 on branch v3.0.x (Fix documentation of vert parameter of Axes.bxp)
2 parents fb8c424 + e3fe19c commit 8a7256f

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)
0