Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-21 Thread Fabien Lafont
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

Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-18 Thread 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??? The version number? I'm using Matplotlib 1.1.1 >>> >>> >> from pylab import * >> get_back

Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-17 Thread Fabien Lafont
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 > >

Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-17 Thread 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 -- Master Visual Studio, SharePoint, SQL, ASP.NET,

Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-17 Thread Fabien Lafont
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

Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-17 Thread 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 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

[Matplotlib-users] Matplotlib lag on windows seven

2013-01-17 Thread Fabien Lafont
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