Re: Plot with scipy

2007-05-09 Thread redcic
Thank you all for your answers. Setting "interactive : True" is often suggested to me but it does not solve my problem. I tried different other things (following your advices) but I still have the same problem. Maybe the source of my problem is the fact that I use the SciTE editor. What do you thin

Re: Plot with scipy

2007-05-07 Thread [EMAIL PROTECTED]
On 4 Mai, 15:57, redcic <[EMAIL PROTECTED]> wrote: > 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 l

Re: Plot with scipy

2007-05-06 Thread Kevin T. Ryan
On May 4, 8:53 am, 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,

Re: Plot with scipy

2007-05-06 Thread Lou Pecora
In article <[EMAIL PROTECTED]>, redcic <[EMAIL PROTECTED]> wrote: > 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

Re: Plot with scipy

2007-05-04 Thread redcic
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

Re: Plot with scipy

2007-05-04 Thread Lou Pecora
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 s

Plot with scipy

2007-05-04 Thread redcic
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 -- http://m