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.
2 parents cfacdb3 + a6e3f1a commit 5295e9aCopy full SHA for 5295e9a
1 file changed
lib/matplotlib/backends/backend_macosx.py
@@ -152,6 +152,7 @@ def __init__(self, canvas, num):
152
153
def close(self):
154
Gcf.destroy(self)
155
+ self.canvas.flush_events()
156
157
158
@_Backend.export
0 commit comments