Re: [Matplotlib-users] repeated GUI generation generates crash

2009-05-22 Thread Todd Pataky
if self.n >=2: self.disconnect() pyplot.figure() obj = myGUI(rand(10)) On 22 May 2009, at 00:49, Christopher Barker wrote: Todd Pataky wrote: > I'm using the Enthought Python Distribution (EPD_Py25) and I enter > IPython with the command: "ipython".

[Matplotlib-users] repeated GUI generation generates crash

2009-05-21 Thread Todd Pataky
Hi, I'm new to matplotlib, trying to migrate from Matlab, so please excuse my rookie ignorance and Matlab thinking. My question is: why does a GUI figure crash upon repeated calls in IPython? Here is a detailed description: I'm using the Enthought Python Distribution (EPD_Py25) and I enter IP