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

Skip to content

Commit fc9820d

Browse files
committed
Merge pull request #2584 from magnunor/fix_legend_typo
Fix typo in legend documentation
2 parents 7897abd + e539016 commit fc9820d

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
@@ -200,7 +200,7 @@ def __init__(self, parent, handles, labels,
200200
borderpad the fractional whitespace inside the legend border
201201
labelspacing the vertical space between the legend entries
202202
handlelength the length of the legend handles
203-
handleheight the length of the legend handles
203+
handleheight the height of the legend handles
204204
handletextpad the pad between the legend handle and text
205205
borderaxespad the pad between the axes and legend border
206206
columnspacing the spacing between columns

0 commit comments

Comments
 (0)