News

This tool use "convert" command of ImageMagick. Call save_frame() at each animation iteration, And then, call savemovie() for movie generation. A sample code: import matplotrecorder print("A sample ...
The animation is done using FuncAnimation() of matplotlib. The code can save the animation as a mp4 file. The python script was tested in spyder environment. Plotting in external window should be ...