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
With out this the IPython inline backend does not work without
calling `plt.show()` or `plt.draw_if_interactive()`. Adding this line
back here is a quick hack to get things working again. There is
probably a better solution in the figure manager base-class.
Closes#4774
0 commit comments