matplotlib.pyplot.ioff

matplotlib.pyplot.ioff()[source]

Turn the interactive mode off.

See also

ion
enable 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.ioff