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

Skip to content

Commit 2d9d934

Browse files
committed
fixed a typo in whats_new_98_4_legend.py
svn path=/trunk/matplotlib/; revision=6561
1 parent 751cfaf commit 2d9d934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/pyplots/whats_new_98_4_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
for n in [1, 2, 3, 4]:
99
plt.plot(t1, t1**n, label="n=%d"%(n,))
1010

11-
leg = plt.legend(loc='best', nncol=2, mode="expand", shadow=True, fancybox=True)
11+
leg = plt.legend(loc='best', ncol=2, mode="expand", shadow=True, fancybox=True)
1212
leg.get_frame().set_alpha(0.5)
1313

1414

0 commit comments

Comments
 (0)