Thank you. I finally upgraded my Ubuntu system, pretty easy, and now pylab
is available. Thank you to everyone on this thread for your input.
BTW, matplotlib is very nicely done, useful, and appreciated.
Marc
Sandro Tosi-4 wrote:
>
> On Wed, Jan 21, 2009 at 15:01, mzs wrote:
>&
wrote:
>
> On Wed, Jan 21, 2009 at 6:38 AM, mzs wrote:
>>
>> 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:
&
, in
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 cou
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 "", line 1, in
ImportError: No module named plot
I installed matplotlib using synaptic.