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

Skip to content

Commit be1419d

Browse files
committed
added legend changes
svn path=/trunk/matplotlib/; revision=30
1 parent 0c36b2a commit be1419d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/legend_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
title('Minimum Message Length')
1414

1515
ax = subplot(111)
16-
plot(a,c,'k--',a,d,'k:',a,c+d,'k')
16+
plot(a,c,'k--',a,d,'k:',a,c+d,'bo')
1717
legend(('Model length', 'Data length', 'Total message length'), 1)
1818
ax.set_ylim([-1,20])
1919
ax.grid(0)

0 commit comments

Comments
 (0)