June 2025
Intermediate to advanced
515 pages
17h 5m
English
Computer animation is a process in which a moving image is created from a sequence of frames. An algorithm continuously changes the positions of the individual images. In the process, each frame must be deleted before it is then moved to a new position and displayed there. If the algorithm generates 24 new images in 1 second, for example, then the viewer is given the illusion of an almost fluid movement. Computer animations can be used to illustrate physical phenomena that are beyond human perception by slowing down fast processes or speeding up slow processes.
The from matplotlib.animation import FuncAnimation statement imports the FuncAnimation method.
The following method creates the ani object:
ani=FuncAnimation(fig, func, ...
Read now
Unlock full access