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
After calling plt.rcdefaults() in an ipython session, plotting commands (e.g. plt.plot([1, 2])) do not auto-show/auto-redraw the figure anymore (explicit calls to plt.show()/fig.canvas.draw() becomes needed). It would certainly be better if the auto-show/auto-redraw behavior was kept.