How to import xplt, pylab?

Caren Balea caren_balea at xemail.de
Fri Nov 23 13:03:15 EST 2007


On 23 Nov, 01:28, "hda... at gmail.com" <hda... at gmail.com> wrote:
>  scipy is pretty powerful, but has awful documentation and it's code
> is somewhat disorganized/hacked. Maybe, you could try:
>
>  import scipy
>  import scipy.sandbox
>  import scipy.sandbox.xplt

Okay, thanks. I've tried but without success :(
Here is what is displayed:

>>> import math
>>> import scipy
>>> import scipy.sandbox
>>> import scipy.sandbox.xplt

Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    import scipy.sandbox.xplt
ImportError: No module named xplt



More information about the Python-list mailing list