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 33ec040 commit 625e060Copy full SHA for 625e060
1 file changed
lib/matplotlib/backends/backend_tkagg.py
@@ -284,7 +284,6 @@ def destroy(*args):
284
_focus = windowing.FocusManager()
285
if not self._shown: self.window.deiconify()
286
else: self.canvas.draw()
287
-
288
self._shown = True
289
290
def add_subplot(self, *args, **kwargs):
0 commit comments