If you are interested in creating animation of simulation data in Python, perhaps this should give you some inspiration: Animating the Lorenz System in 3D.
The author solved the Lorenz system of equations and plotted the time evolution of the system in 3D. It illustrates how to make a great animation in a simple way.
You should also check out the Matplotlib Animation Tutorial written by the author, which provides the background on the Lorenz animation.
The author solved the Lorenz system of equations and plotted the time evolution of the system in 3D. It illustrates how to make a great animation in a simple way.
You should also check out the Matplotlib Animation Tutorial written by the author, which provides the background on the Lorenz animation.
No comments:
Post a Comment