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 a44ebd9 commit f8f9cf2Copy full SHA for f8f9cf2
lib/matplotlib/backend_bases.py
@@ -165,7 +165,7 @@ def __call__(self):
165
def __del__(self):
166
MainLoopBase._instance_count[self.__class__] -= 1
167
if (MainLoopBase._instance_count[self.__class__] <= 0 and
168
- not is_interactive() and MainLoopBase._running):
+ not is_interactive() and MainLoopBase._running):
169
self.end()
170
171
0 commit comments