FormPlotter.save_gif

FormPlotter.save_gif(filepath, images, delay=10, loop=0)[source]

Save a series of images as an animated gif.

Parameters
  • filepath (str) – The full path to the output file.

  • images (list) – A list of paths to input files.

  • delay (int, optional) – The delay between frames in milliseconds. Default is 10.

  • loop (int, optional) – The number of loops. Default is 0.

Returns

None

Warning

This function assumes ImageMagick is installed on your system, and on convert being on your system path.