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

Skip to content

Commit 115fca7

Browse files
committed
Fix typo
1 parent 76d681b commit 115fca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ def broken_barh(self, xranges, yrange, **kwargs):
23442344
else:
23452345
xdata = None
23462346
if len(yrange):
2347-
ydata = six.next(iter(yranges))
2347+
ydata = six.next(iter(yrange))
23482348
else:
23492349
ydata = None
23502350
self._process_unit_info(xdata=xdata,

0 commit comments

Comments
 (0)