[SciPy-dev] Interactive versus batch mode

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Fri Aug 16 10:32:59 EDT 2002


>>>>> "NW" == Nils Wagner <nwagner at mecha.uni-stuttgart.de> writes:

    NW> Hi, As far as I know the features of plt are only useful in an
    NW> interactive mode.  If I execute
 
[snip]

    NW> What can I do to benefit from the zoom function of plt in
    NW> batch mode ?

Hmm, what I used to do is add a line like so:

raw_input('\nPress enter to finish.')

and that would keep the window alive.

prabhu




More information about the SciPy-Dev mailing list