Plot with scipy
Lou Pecora
pecora at anvil.nrl.navy.mil
Fri May 4 09:49:53 EDT 2007
In article <1178283196.755609.241790 at n59g2000hsh.googlegroups.com>,
redcic <cedric.louyot at gmail.com> 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.
More information about the Python-list
mailing list