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

Skip to content

Commit e539016

Browse files
committed
Fix typo in legend documentation
1 parent 7897abd commit e539016

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)