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

Reply via email to