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 55c53f9 commit 5f2bcbbCopy full SHA for 5f2bcbb
1 file changed
tools/memleak.py
@@ -113,6 +113,7 @@ def __call__(self):
113
ax.pcolor(10 * np.random.rand(50, 50))
114
115
fig.savefig(BytesIO(), dpi=75)
116
+ fig.canvas.flush_events()
117
plt.close(1)
118
119
0 commit comments