From e53901648c331d80b98a6e66e71147c5ce40fbf7 Mon Sep 17 00:00:00 2001 From: Magnus Nord Date: Fri, 8 Nov 2013 13:23:28 +0100 Subject: [PATCH] Fix typo in legend documentation --- lib/matplotlib/legend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/legend.py b/lib/matplotlib/legend.py index a6b679679a87..07fa8313c086 100644 --- a/lib/matplotlib/legend.py +++ b/lib/matplotlib/legend.py @@ -200,7 +200,7 @@ def __init__(self, parent, handles, labels, borderpad the fractional whitespace inside the legend border labelspacing the vertical space between the legend entries handlelength the length of the legend handles - handleheight the length of the legend handles + handleheight the height of the legend handles handletextpad the pad between the legend handle and text borderaxespad the pad between the axes and legend border columnspacing the spacing between columns