You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using plt.interactive(False) or plt.ioff() in Jupyter (Lab and classic notebook) does not seem to prevent automatic figure generation, unless the magic %matplotlib inline in run first, even though the inline backend is the default.
Using
plt.interactive(False)
orplt.ioff()
in Jupyter (Lab and classic notebook) does not seem to prevent automatic figure generation, unless the magic%matplotlib inline
in run first, even though theinline
backend is the default.Example
The figure still appears automatically under the cell.
Note that
Explicitly running
%matplotlib inline
blocks figure creation (even though inline is the default activated backend in Jupyter):Originally posted in matplotlib/matplotlib#23766
The text was updated successfully, but these errors were encountered: