Today I upgraded matplotlib to version 2.0.2, after not upgrading for possibly 3 years.
Now I have the problem that in interactive plots the window always comes to t
I rewrote the code to use matplotlib.animation with the help from this documentation page https://matplotlib.org/devdocs/api/animation_api.html#module-matplotlib.animation
I got to that page through this one https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.pause.html
which states the following about matplotlib.pyplot.pause
This can be used for crude animation. For more complex animation, see matplotlib.animation.
This function is experimental; its behavior may be changed or extended in a future release.