Comments on: Animating plots and waves in Python using matplotlib http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/ The home of FYS1120 Mon, 23 Dec 2013 11:26:13 +0000 hourly 1 https://wordpress.org/?v=4.9.3 By: sema http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/#comment-917 Tue, 31 Jul 2012 05:54:49 +0000 http://mindseye.no/?p=393#comment-917 thank you for this help =) i use it now

]]>
By: Anonymous http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/#comment-759 Fri, 09 Mar 2012 13:12:38 +0000 http://mindseye.no/?p=393#comment-759 add
xx = waitforbuttonpress(timeout=0.01)
for windows

]]>
By: Miguel http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/#comment-215 Sat, 06 Aug 2011 20:07:47 +0000 http://mindseye.no/?p=393#comment-215 Desculpe , escrevi em português …

Boa explicação !

]]>
By: Miguel http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/#comment-214 Sat, 06 Aug 2011 20:06:27 +0000 http://mindseye.no/?p=393#comment-214 ola , boa explicação !

]]>
By: Svenn-Arne Dragly http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/#comment-185 Wed, 01 Jun 2011 17:12:11 +0000 http://mindseye.no/?p=393#comment-185 I’m afraid there are no built-in movie tool in matplotlib. Earlier I’ve been using ffmpeg to convert the .png files to a movie, but other command line tools such as mencoder and ImageMagick should do the trick. You may also try out Blender or some other GUI tool to do the conversion.

It’s sad that there is no straight-forward way with matplotlib, but I kind of understand it, since video encoding is a whole different playing field and maintaining it would require a lot of work.

]]>
By: JustGlowing http://elektromagnetisme.no/2011/04/03/animating-plots-and-waves-in-python-using-matplotlib/#comment-184 Wed, 01 Jun 2011 16:09:16 +0000 http://mindseye.no/?p=393#comment-184 Is there a way to save the animation in a movie without using a external tool?

]]>