Return whether plots are updated after every plotting command.
The interactive mode is mainly useful if you build plots from the command line and want to see the effect of each command while you are building the figure.
In interactive mode:
pyplot.show
will not block by default.In non-interactive mode:
pyplot.show
will block by default.
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.pyplot.isinteractive.html