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
Make plt.close() call thread safe to pass interactive backend tests
Prevent multiple attempts to close the frame by setting to FigureManagerWx.frame to None when closed by GUI.
When closed by plt.close() call, the frame is closed in a threadsafe way using wx.CallAfter( frame.Close )
0 commit comments