Update: This is the call stack that leads to the changed figure size: File "/home/tim/git/matplotlib/lib/matplotlib/tests/test_backends_interactive.py", line 223, in _test_interactive_impl plt.show() File "/home/tim/git/matplotlib/lib/matplotlib/pyplot.py", line 612, in show return _g...
In earlier Versions of PyCharm it was possible to interactively plot a figure with matplotlib in the debug console without blocking the console. Example: plt.imshow(2dgrid) directly opened the figure. I could do it several times to look at different results while in debugging mode. Since ...
In earlier Versions of PyCharm it was possible to interactively plot a figure with matplotlib in the debug console without blocking the console. Example: plt.imshow(2dgrid) directly opened the figure. I could do it several times to look at different resul...