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 8f4e7dd commit a6e3f1aCopy full SHA for a6e3f1a
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