Basics of GIFs with Python’s Matplotlib

How to easily create gifs to animate your visualizations

Thiago Carvalho
Towards Data Science
7 min readDec 2, 2020

--

Scatter Letters — Image by the author

There are plenty of ways to build animations in Matplotlib. They even have an Animation class with functions and methods to support this task.

But I often find those methods over-complicated, and many times I want to get something together without too much complexity.

--

--