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
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
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