This repo is meant to be an example of how to make and export animations using matplotlib in python.
Start by clicking on the binder badge and join on step 3. Or recreate on your local machine
-
Clone this environment. Something like
git clone https://github.com/RK22000/AnimationTutorial.git
-
Create the environment from the environment file. Something like
conda env create -p <Path to new environment location> -f environment.yml
or
conda env create -n <Name of new environment> -f environment.yml
-
Explore tutorial.ipynb
- A blog on animation in matplotlib (Yes this is a shameless plugin of my own blog post)
- Different collecition available in Matplotlib. Useful when bliting.
- A bunch of examples of Matplotlib code. Honestly I think this was the most helpful for me when I was starting out knowing nothing about how to use matplotlib