8000
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 92d72ea commit b26a776Copy full SHA for b26a776
examples/pylab_examples/movie_demo.py
@@ -18,7 +18,7 @@
18
plt.savefig(fname)
19
files.append(fname)
20
21
-print('Making movie animation.mpg - this make take a while')
+print('Making movie animation.mpg - this may take a while')
22
os.system("mencoder 'mf://_tmp*.png' -mf type=png:fps=10 -ovc lavc -lavcopts vcodec=wmv2 -oac copy -o animation.mpg")
23
#os.system("convert _tmp*.png animation.mng")
24
0 commit comments