On Wed, Jun 20, 2012 at 6:12 AM, mogliii wrote:
> Hi,
>
> on the computer where it does not work the backend is 'agg'. In a
> virtual machine, where it works, the backend shows 'TkAgg'
>
> Now on the machine it does not work I run the following:
>
> >>> import matplotlib
> >>> matplotlib.use('TkA
Hi,
on the computer where it does not work the backend is 'agg'. In a
virtual machine, where it works, the backend shows 'TkAgg'
Now on the machine it does not work I run the following:
>>> import matplotlib
>>> matplotlib.use('TkAgg')
>>> import matplotlib.pyplot as plt
ImportError: cannot imp
2012/6/19 Goyo :
>> I think it normally shouldn't give the object ID.
>
> Yes, it should.
>
Sorry, not an "object ID" but a string representation of the returned object.
--
Live Security Virtual Conference
Exclusive live
2012/6/19 Mogliii :
> Hi,
>
> Kubuntu 12.04 with python 2.7 and matplotlib 1.1.1
>
> Suddenly the matplotlib window does not open anymore. I tried from
> konsole with pyton, ipython and also from eclipse with pydev. Last time
> I know it worked was maybe 5 days ago, haven't tried since then.
>
> In
Hi,
Kubuntu 12.04 with python 2.7 and matplotlib 1.1.1
Suddenly the matplotlib window does not open anymore. I tried from
konsole with pyton, ipython and also from eclipse with pydev. Last time
I know it worked was maybe 5 days ago, haven't tried since then.
In ipython --pylab it looks like this