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 d5c5c6c commit 79b3112Copy full SHA for 79b3112
examples/pylab_examples/findobj_demo.py
@@ -13,7 +13,7 @@
13
fig, ax = plt.subplots()
14
plt.plot(a, c, 'k--', a, d, 'k:', a, c+d, 'k')
15
plt.legend(('Model length', 'Data length', 'Total message length'),
16
- 'upper center', shadow=True)
+ loc='upper center', shadow=True)
17
plt.ylim([-1, 20])
18
plt.grid(False)
19
plt.xlabel('Model complexity --->')
0 commit comments