matplotlib.pyplot.ion

matplotlib.pyplot.ion()[source]

Turn the interactive mode on.

See also

ioff
disable interactive mode
isinteractive
query current state
show
show windows (and maybe block)
pause
show windows, run GUI event loop, and block for a time

Examples using matplotlib.pyplot.ion