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 ...
def_matplotlib_wrapper(o):debug("_matplotlib_wrapper:","called with %s"% o)# mathtext does not understand certain latex flags, so we try to# replace them with suitable subso = o.replace(r'\operatorname','') o = o.replace(r'\overline',r'\bar')try:returnlatex_to_png(o)exceptExcept...
Problems with Interactive Plotting in Debug Mode in PyCharm Version 2017.1 Followed by 8 people Completed Permanently deleted user CreatedApril 04, 2017 16:56 In earlier Versions of PyCharm it was possible to interactively plot a figure with matplotlib in the ...