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

Skip to content

Commit 5823f8d

Browse files
committed
Minor spelling error in comments (low -> row)
1 parent 8cf1593 commit 5823f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def _init_legend_box(self, handles, labels):
635635

636636
if len(handleboxes) > 0:
637637

638-
# We calculate number of lows in each column. The first
638+
# We calculate number of rows in each column. The first
639639
# (num_largecol) columns will have (nrows+1) rows, and remaing
640640
# (num_smallcol) columns will have (nrows) rows.
641641
ncol = min(self._ncol, len(handleboxes))

0 commit comments

Comments
 (0)