Re: [Matplotlib-users] Control of thread/program not returning to ipython after creating a plot.

2010-11-18 Thread Collin Day
help debug it in any way I can. -C On Wed, 17 Nov 2010 19:46:34 -0600 Benjamin Root wrote: > On Wed, Nov 17, 2010 at 7:38 PM, Collin Day > wrote: > > > On Wed, 17 Nov 2010 19:00:54 -0600 > > Benjamin Root wrote: > > > > Another data point - > > >

Re: [Matplotlib-users] Control of thread/program not returning to ipython after creating a plot.

2010-11-17 Thread Collin Day
there is a potential problem. How about I try a system update and let you know if I still see problems? -C On Wed, 17 Nov 2010 19:46:34 -0600 Benjamin Root wrote: > On Wed, Nov 17, 2010 at 7:38 PM, Collin Day > wrote: > > > On Wed, 17 Nov 2010 19:00:54 -0600 > > Benjamin Ro

Re: [Matplotlib-users] Control of thread/program not returning to ipython after creating a plot.

2010-11-17 Thread Collin Day
deprecated (GtkWindow) ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible) ** Message: pygobject_register_sinkfunc is deprecated (GtkObject) -C > On Wed, Nov 17, 2010 at 6:54 PM, Collin Day > wrote: > > > Either I updated something that changed Matplotlib's

[Matplotlib-users] Fw: Control of thread/program not returning to ipython after creating a plot.

2010-11-17 Thread Collin Day
Sorry - I should have replied to all to continue the thread on the forum Begin forwarded message: Date: Wed, 17 Nov 2010 18:22:25 -0700 From: Collin Day To: Benjamin Root Subject: Re: [Matplotlib-users] Control of thread/program not returning to ipython after creating a plot. On Wed, 17

[Matplotlib-users] Control of thread/program not returning to ipython after creating a plot.

2010-11-17 Thread Collin Day
Either I updated something that changed Matplotlib's behavior or I am missing something, but when I make a plot in ipython, control is not returning to the prompt - I can't do anything until I close the plot. Here is exactly what I am doing: ipython --pylab x=arange(10) y=x**2 figure() plot(x,y)

[Matplotlib-users] confused about behavior inside and outside ipython

2010-10-06 Thread Collin Day
I have googled around and looked through the documents, but I can't seem to find a description of the difference between running a script inside and outside ipython (using ipython --pylab). For example, I tried doing the following in a script and made it executable. #!/usr/bin/python from __futu