I have installed MPL 1.2.0 but it's still laggy...
2013/1/18 Paul Hobson
>
> On Thu, Jan 17, 2013 at 8:10 AM, Fabien Lafont wrote:
>
>> Thanks! I have:Qt4Agg
>>
>>
>>
>> 2013/1/17 Benjamin Root
>>
>>>
>>> On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont
>>> wrote:
>>>
What is a backend
On Thu, Jan 17, 2013 at 8:10 AM, Fabien Lafont wrote:
> Thanks! I have:Qt4Agg
>
>
>
> 2013/1/17 Benjamin Root
>
>>
>> On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont
>> wrote:
>>
>>> What is a backend??? The version number? I'm using Matplotlib 1.1.1
>>>
>>>
>> from pylab import *
>> get_back
Thanks! I have:Qt4Agg
2013/1/17 Benjamin Root
>
> On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont wrote:
>
>> What is a backend??? The version number? I'm using Matplotlib 1.1.1
>>
>>
> from pylab import *
> get_backend()
>
> Ben Root
>
>
On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont wrote:
> What is a backend??? The version number? I'm using Matplotlib 1.1.1
>
>
from pylab import *
get_backend()
Ben Root
--
Master Visual Studio, SharePoint, SQL, ASP.NET,
What is a backend??? The version number? I'm using Matplotlib 1.1.1
2013/1/17 Michael Droettboom
> Which backends are you using on each platform. A difference there is
> the most likely culprit.
>
> Mike
>
>
> On 01/17/2013 08:16 AM, Fabien Lafont wrote:
>
> Hello everyone,
>
> I've just cha
Which backends are you using on each platform. A difference there is
the most likely culprit.
Mike
On 01/17/2013 08:16 AM, Fabien Lafont wrote:
Hello everyone,
I've just changed my computer from a old core 2 duo on windows Xp to a
intel Xeon with 12 Gb Ram. I've installed matplotlib but I p
Hello everyone,
I've just changed my computer from a old core 2 duo on windows Xp to a
intel Xeon with 12 Gb Ram. I've installed matplotlib but I plot a graph
it's about 10 times slower than windows Xp to pan the axis or move the
graph. Even if I'm plotting something very simple like that:
from p