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
- Host: GitHub
- URL: https://github.com/oonap0oo/animation-with-matplotlib
- Owner: oonap0oo
- License: gpl-2.0
- Created: 2025-04-25T10:19:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-27T14:14:22.000Z (about 2 months ago)
- Last Synced: 2025-05-18T20:09:54.525Z (about 1 month ago)
- Topics: matplotlib, matplotlib-animation, matplotlib-python
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
It creates a oscilloscope like lissajous pattern when two signals are not locked in phase.
## Ballistic trajectories
**animation_ballistic_v2.py**

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.