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 ee3fa12 commit f451637Copy full SHA for f451637
1 file changed
examples/legend_demo.py
@@ -10,7 +10,8 @@
10
11
ax = subplot(111)
12
plot(a,c,'k--',a,d,'k:',a,c+d,'k')
13
-legend(('Model length', 'Data length', 'Total message length'), 'upper right')
+legend(('Model length', 'Data length', 'Total message length'),
14
+ 'upper center')
15
ax.set_ylim([-1,20])
16
ax.grid(0)
17
xlabel('Model complexity --->')
0 commit comments