I've already got this package. I just wanted to try something new. However, since you talk about it, I've got a question regarding this package. The execution of the code stops after the line: pylab.show() which is off course the last line of my code. My problem is that I have to close the figure window in order to launch my program another time. I'd like to be able to launch my program many times with different parameters without having to close the figure windows before each launch. Just so you know, I'm using TkAgg backend.
Any hint ? Thanks, Cédric On 4 mai, 15:49, Lou Pecora <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > > > > redcic <[EMAIL PROTECTED]> wrote: > > Hi all, > > > I've just downloaded scipy v 0.5.2 and I would like to be able to draw > > plots. I've tried: > > import scipy.gplt > > import scipy.plt > > import scipy.xplt > > > and none of them work. Are these modules still included in scipy ? If > > not, where can I find them ? > > > Thanks for your answers, > > > Cédric > > You really want matplotlib and PyLab the library built on top of it. > Search on the python.org site for examples. Google will turn up a lot. > Matplotlib w/ PyLab is a nice, easy plotting package. -- http://mail.python.org/mailman/listinfo/python-list