gplt from scipy missing ?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Sep 23 03:26:14 EDT 2008


En Mon, 22 Sep 2008 23:19:49 -0300, Ivan Reborin  
<ireborin at delete.this.gmail.com> escribió:

> I'm relatively new to python. I'm following a tutorial I found on the
> net, and it uses scipy's gplt for plotting.
> I installed scipy from their website (win32 installation), numpy also,
> but when I do
>
> from scipy import gplt
>
> it gives this error:
>
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in <module>
>     from scipy import gplt
> ImportError: cannot import name gplt
>
> Please, can you help me solve this ? How do I get gplt to work ?
> All advice appreciated.

I think scipy does not bundle plotting packages anymore - you may use  
whatever suits you, from other sources.
Try matplotlib, see the wiki:  
http://wiki.python.org/moin/NumericAndScientific/Plotting

-- 
Gabriel Genellina




More information about the Python-list mailing list