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 da8789b + c89db64 commit 25a80b6Copy full SHA for 25a80b6
1 file changed
lib/matplotlib/_pylab_helpers.py
@@ -57,6 +57,8 @@ def destroy(cls, num):
57
manager = num
58
if cls.figs.get(manager.num) is manager:
59
cls.figs.pop(manager.num)
60
+ else:
61
+ return
62
else:
63
try:
64
manager = cls.figs.pop(num)
0 commit comments