Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63f48b5

Browse files
committed
fixing the docstring for broken_barh
1 parent 3b5f672 commit 63f48b5

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
@@ -2566,7 +2566,7 @@ def broken_barh(self, xranges, yrange, **kwargs):
25662566
The x-positions and extends of the rectangles. For each tuple
25672567
(*xmin*, *xwidth*) a rectangle is drawn from *xmin* to *xmin* +
25682568
*xwidth*.
2569-
yranges : (*ymin*, *ymax*)
2569+
yranges : (*ymin*, *ywidth*)
25702570
The y-position and extend for all the rectangles.
25712571
25722572
Other Parameters

0 commit comments

Comments
 (0)