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 f73f04c + 8563c32 commit b4a678aCopy full SHA for b4a678a
1 file changed
lib/matplotlib/_pylab_helpers.py
@@ -69,7 +69,7 @@ def destroy(num):
69
del Gcf.figs[num]
70
#print len(Gcf.figs.keys()), len(Gcf._activeQue)
71
manager.destroy()
72
- gc.collect()
+ gc.collect(1)
73
74
@staticmethod
75
def destroy_fig(fig):
@@ -90,7 +90,7 @@ def destroy_all():
90
91
Gcf._activeQue = []
92
Gcf.figs.clear()
93
94
95
96
def has_fignum(num):
0 commit comments