En Mon, 22 Sep 2008 23:19:49 -0300, Ivan Reborin
<[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list