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
This avoids 1) splitting the emission of the NonGuiException and the
generation of the actual message in two places, and 2) allows replacing
the rather roundabout `manager.canvas.figure.show()` by just
`manager.show()` in `plt.show()` (previously, the two only differed by
the fact that the former would convert the NonGuiException thrown by the
latter into an exception.
0 commit comments