An open API service indexing awesome lists of open source software.

https://github.com/oonap0oo/animation-with-matplotlib

Experimenting with animation in Matplotlib
https://github.com/oonap0oo/animation-with-matplotlib

matplotlib matplotlib-animation matplotlib-python

Last synced: 7 days ago
JSON representation

Experimenting with animation in Matplotlib

Awesome Lists containing this project

README

        

# Experimenting with animation in Matplotlib
These pieces of python code explore the animation facilities
of Matplotlib.

## Lissajous pattern

**matplotlib_animation_lissajous.py**
![matplotlib_animation_lissajous_screenshot.png](matplotlib_animation_lissajous_screenshot.png)

It creates a oscilloscope like lissajous pattern when two signals are not locked in phase.

## Ballistic trajectories

**animation_ballistic_v2.py**

![animation_ballistic_screenshot.png](animation_ballistic_screenshot.png)

This python code explores the animation facilities of Matplotlib. It creates animated plots
of several ballistic trajectories. It uses list comprehension to process the multiple plots.