Note
Click here to download the full example code
pyplot animationΒΆ
Generating an animation by calling pause
between plotting commands.
The method shown here is only suitable for simple, low-performance use. For
more demanding applications, look at the animation
module and the
examples that use it.
Note that calling time.sleep
instead of pause
would not work.

Total running time of the script: ( 0 minutes 7.214 seconds)
Keywords: matplotlib code example, codex, python plot, pyplot Gallery generated by Sphinx-Gallery