From 1b6ef340274235b89682415de2fb26c2997e9d3b Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Sun, 2 Dec 2018 11:02:10 +0100 Subject: [PATCH] Fix documentation of vert parameter of Axes.bxp --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 5acd79c765c0..8bb104487702 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -3675,7 +3675,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True, positions)``, clipped to no less than 0.15 and no more than 0.5. - vert : bool, default = False + vert : bool, default = True If `True` (default), makes the boxes vertical. If `False`, makes horizontal boxes.