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

Skip to content

Commit 7751478

Browse files
committed
minor fix for legend.py
svn path=/trunk/matplotlib/; revision=6495
1 parent c6e579d commit 7751478

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
@@ -383,7 +383,7 @@ def _init_legend_box(self, handles, labels):
383383
labelboxes = []
384384

385385
for l in labels:
386-
textbox = TextArea(l, textprops=label_prop
386+
textbox = TextArea(l, textprops=label_prop,
387387
multilinebaseline=True, minimumdescent=True)
388388
text_list.append(textbox._text)
389389
labelboxes.append(textbox)

0 commit comments

Comments
 (0)