Yes, I did have an typo in when reporting the problem, it should be pyplot not plot. However, the problem is with pyplot anyway. The version of matplotlib is 0.90.1 as shown here:
>>> import matplotlib.pyplot as plt Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pyplot >>> import matplotlib >>> print matplotlib.__version__ 0.90.1 >>> If this version is to young then how can I get Ubuntu to load a later version? Thank you for your response. Again, I appreciate any help anyone could provide. Ryan May-3 wrote: > > mzs 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 >> >> I installed matplotlib using synaptic. >> >> I found another reference to this problem on Google but no solution. >> >> I cannot find pyplot.py anywhere on my disk. I can import matplotlib by >> itself. >> >> Is there another Ubuntu package I should install? Is anyone working on a >> fix to the matplotlib ubuntu packages? If so, then does anyone know when >> this may be resolved? >> >> Any advice would be appreciated. > > What version of matplotlib do you have? > > import matplotlib > print matplotlib.__version__ > > Ryan > > -- > Ryan May > Graduate Research Assistant > School of Meteorology > University of Oklahoma > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- View this message in context: http://www.nabble.com/ImportError%3A-No-module-named-pyplot-tp21576482p21582333.html Sent from the matplotlib - users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users