[SciPy-user] Interactive versus batch mode
Nils Wagner
nwagner at mecha.uni-stuttgart.de
Fri Aug 16 04:05:14 EDT 2002
Hi,
As far as I know the features of plt are only useful in an interactive
mode.
If I execute
#! /usr/local/bin/python
from scipy import *
import gui_thread
from scipy import plt
from scipy import gplt
x = arange(0.,pi,0.01)
gplt.plot(sin(x))
plt.plot(sin(x))
the picture produced by plt disappear as opposed to the picture produced
by gplt.
What can I do to benefit from the zoom function of plt in batch mode ?
Nils
More information about the SciPy-User
mailing list