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.
2 parents 641b37a + f33455c commit 31f2c8fCopy full SHA for 31f2c8f
1 file changed
examples/pylab_examples/figlegend_demo.py
@@ -12,7 +12,7 @@
12
13
y3 = np.sin(4*np.pi*x)
14
y4 = np.exp(-2*x)
15
-l3, l4 = ax2.plot(x, y3, 'yd-', x, y3, 'k^')
+l3, l4 = ax2.plot(x, y3, 'yd-', x, y4, 'k^')
16
17
fig.legend((l1, l2), ('Line 1', 'Line 2'), 'upper left')
18
fig.legend((l3, l4), ('Line 3', 'Line 4'), 'upper right')
0 commit comments