TNOPlotter.make_gif

TNOPlotter.make_gif(images_file, filepath, interval=10)[source]

Make a gif from a list of image files

Parameters
  • images_file (str) – List with the files to make the image. Note that list should be ordered

  • filepath (str) – Pathh to save the .gif file

  • interval (int, optional) – Interval between images, by default 10

Returns

None – GIF is saved in the address provided