Skip to content

oonap0oo/animation-with-matplotlib

Repository files navigation

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

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

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.

About

Experimenting with animation in Matplotlib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages