Hi all,

It is a problem when I am closing figures in spyder.

Environment: Spyder 2.3.2, Windows 64-bit, Python 3.4.2. 
Using IPython console, and the figure setting is "automatic" rather than 
"inline".

If I do the following code:

import matplotlib.pyplot as plt


fig1, axs1 = plt.subplots()

fig2, axs2 = plt.subplots()


plt.close(fig1)

plt.close(fig2)



The kernel is immediately dead.


It'll show:


python.exe has stopped working



Could anyone please confirm that?


Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to