Re: [Matplotlib-users] animation or movie

2012-09-18 Thread gsal
oh, o.k., I will read up on that...for now, with python, I simply plotting one instance at a time and saving every image; then, with ffmpeg, gluing the gluing the images together from the command line. thanks Germán -- View this message in context: http://matplotlib.1069221.n5.nabble.com/ani

Re: [Matplotlib-users] animation or movie

2012-09-18 Thread Benjamin Root
On Tue, Sep 18, 2012 at 3:10 PM, gsal wrote: > Animation/movie advice. > > So, earlier, I got some help in finding out about pcolorfast that allowed > me > to plot some data as a nice contour. > > Now, I would like to get fancier and actually take a look as such contour > as > it varies with time

[Matplotlib-users] animation or movie

2012-09-18 Thread gsal
Animation/movie advice. So, earlier, I got some help in finding out about pcolorfast that allowed me to plot some data as a nice contour. Now, I would like to get fancier and actually take a look as such contour as it varies with time... how to go about it? some kind of animation? or movie? If