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 7718b15 commit 0aae0f0Copy full SHA for 0aae0f0
1 file changed
examples/pylab_examples/annotation_demo.py
@@ -48,7 +48,7 @@
48
49
t = np.arange(0.0, 5.0, 0.01)
50
s = np.cos(2*np.pi*t)
51
- line, = ax.plot(t, s, lw=3)
+ line, = ax.plot(t, s)
52
53
ax.annotate('axes center', xy=(.5, .5), xycoords='axes fraction',
54
horizontalalignment='center', verticalalignment='center')
0 commit comments