Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bf181 commit 1852052Copy full SHA for 1852052
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -976,7 +976,7 @@ def _onClose(self, event):
976
self.figmgr.frame = None
977
# remove figure manager from Gcf.figs
978
Gcf.destroy(self.figmgr)
979
- # Carry on with wx close event propagation, frame & children destruction
+ # Carry on with close event propagation, frame & children destruction
980
event.Skip()
981
982
def GetToolBar(self):
0 commit comments