Re: [Matplotlib-users] matplotlib and interactive use

2007-08-21 Thread Wolfgang Kerzendorf
That server sounds like a good idea. At the moment I have a different problem: If I close the window sometimes the script does not continue. Is there any function that I can call which closes pylab and continues with the script? Also, how can I halt the script after the first issue of show(). th

Re: [Matplotlib-users] matplotlib and interactive use

2007-08-20 Thread Bill Baxter
Did you try raw_input("hit enter") ? On 8/21/07, Wolfgang Kerzendorf <[EMAIL PROTECTED]> wrote: > Hello, > > I am currently writing a data reduction program. I want to use pylab in > a script and use interactive input of pylab. The problem is that in > ipython -pylab the script just keeps goin

[Matplotlib-users] matplotlib and interactive use

2007-08-20 Thread Wolfgang Kerzendorf
Hello, I am currently writing a data reduction program. I want to use pylab in a script and use interactive input of pylab. The problem is that in ipython -pylab the script just keeps going without waiting for input (I have just tested it by plotting something but did not do cid=connect). In i