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:
>>
>> Thank y
On Wed, Jan 21, 2009 at 15:01, mzs wrote:
>
> Thank you for the information. I figured out that using pylab works. I
> would rather use a current version. I tried to find the version you
> mentioned in a deb package for Ubuntu but it doesn't seem to exist. Do you
> know why or where can I get
Thank you for the information. I figured out that using pylab works. I
would rather use a current version. I tried to find the version you
mentioned in a deb package for Ubuntu but it doesn't seem to exist. Do you
know why or where can I get it?
Thank you again.
Marc
John Hunter-4 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:
>
> >>> import matplotlib.pyplot as plt
> Traceback (most rece
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 "", line 1, in
ImportError:
On Wed, Jan 21, 2009 at 04:23, 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 "", line 1, in
> ImportError
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 "", line 1, in
> ImportError: No module named plot
>
> I
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.