|
From: Sandro T. <mo...@de...> - 2009-01-21 10:34:04
|
On Wed, Jan 21, 2009 at 04:23, mzs <ms...@th...> wrote: > > Hi, > > I am using Ubuntu Gutsy 7.10 and want to use matplotlib.pyplot but when I > execute: > >> import matplotlib.pyplot as plt > > I get: > >>>> import matplotlib.plot as plt > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named plot here you wrote "plot" not "pyplot": might this be the problem? Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi |