X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/pylab_examples/movie_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
plt.savefig(fname)
files.append(fname)

print('Making movie animation.mpg - this make take a while')
print('Making movie animation.mpg - this may take a while')
os.system("mencoder 'mf://_tmp*.png' -mf type=png:fps=10 -ovc lavc -lavcopts vcodec=wmv2 -oac copy -o animation.mpg")
#os.system("convert _tmp*.png animation.mng")

Expand Down
X Tutup