matplotlib.pyplot.pause

matplotlib.pyplot.pause(interval)[source]

Pause for interval seconds.

If there is an active figure, it will be updated and displayed before the pause, and the GUI event loop (if any) will run during the pause.

This can be used for crude animation. For more complex animation, see matplotlib.animation.

Notes

This function is experimental; its behavior may be changed or extended in a future release.