You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importvcsimportnumpyasnpmat=np.zeros([5,5])
x=vcs.init()
y=vcs.init()
x.plot(mat)
y.plot(mat)
x.clear()
y.clear()
x.close() ; # This leads to a zombie window that doesn't die until the ipython session is killedy.close() ; # Same here```python
leads to x and y zombie windows opened forever and ever after.
The text was updated successfully, but these errors were encountered:
leads to x and y zombie windows opened forever and ever after.
The text was updated successfully, but these errors were encountered: