peak_movie, a Python code which creates a sequence of frames of the peaks() data. From these frames, a gif animation is then created using the ImageMagick() function convert().
The program creates individual frames, one at a time, storing each frame as a separate file. These frames can then be collected into a single animation or "movie" file in various ways.
The information on this web page is distributed under the MIT license.
peak_movie is available in a MATLAB version and an Octave version and a Python version.
gray_scott_movie, a Python code which solves versions of the partial differential equation (PDE) known as the Gray-Scott reaction diffusion equation, converting the solutions to a sequence of graphics frames, which are then assembled into a movie.
movie_test, a Python code which creates a movie file from a sequence of solutions to a partial differential equation (PDE), using matplotlib().