Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c36b2a commit be1419dCopy full SHA for be1419d
1 file changed
examples/legend_demo.py
@@ -13,7 +13,7 @@
13
title('Minimum Message Length')
14
15
ax = subplot(111)
16
-plot(a,c,'k--',a,d,'k:',a,c+d,'k')
+plot(a,c,'k--',a,d,'k:',a,c+d,'bo')
17
legend(('Model length', 'Data length', 'Total message length'), 1)
18
ax.set_ylim([-1,20])
19
ax.grid(0)
0 commit comments