Exact semantics of Matplotlib’s “interactive mode” (ion(), ioff())?

Here is the summary of an interesting discussion on this subject in the Matplotlib mailing list. The executive summary is: The interactive mode (activated with ion()) automates many things. In particular, pyplot.* commands automatically update on the screen the relevant axes. However, method calls on Matplotlib objects like ax.plot() (ax being an Axes object) do … Read more