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
The goal of the original implementation was to avoid triggering
matplotlib backend detection code on import by avoiding importing the
pyplot interface. This seems no longer necessary, and more importantly
it doesn't work just to use figure.show(), so just use plt.show()
I would have expected this to pop up a GUI window, but it doesn't. You have to call
plt.show()
to get that.The text was updated successfully, but these errors were encountered: