The first call to matshow() re-enables interactive mode after it has been disabled by matplotlib.interactive(False). In a Jupyter notebook, this has the result of a figure not intended for display ...
The behavior of Tk backend in interactive mode has changed. My code depends on the old behavior and does not work with matplotlib 3.4. The heatmap is interactively updated with matplotlib 3.3.4. Is ...