Closed
Description
Currently at http://matplotlib.org/api/pyplot_api.html the documentation for boxplot says:
vert : bool, default = False
If True (default), makes the boxes vertical. If False, makes horizontal boxes.
The error is that the default is said to be False and then later to be True.