|
From: Fabien L. <laf...@gm...> - 2013-01-17 13:16:24
|
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 pylab import * x = [0,1,2] plot(x,x) show() Do you have any idea? Thanks, Fabien |
|
From: Michael D. <md...@st...> - 2013-01-17 13:31:19
|
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 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 pylab import * > > x = [0,1,2] > > plot(x,x) > > show() > > > Do you have any idea? > > > Thanks, > > > Fabien > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Fabien L. <laf...@gm...> - 2013-01-17 13:43:13
|
What is a backend??? The version number? I'm using Matplotlib 1.1.1 2013/1/17 Michael Droettboom <md...@st...> > 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 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 pylab import * > > x = [0,1,2] > > plot(x,x) > > show() > > > Do you have any idea? > > > Thanks, > > > Fabien > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at:http://p.sf.net/sfu/learnmore_122712 > > > > _______________________________________________ > Matplotlib-users mailing lis...@li...://lists.sourceforge.net/lists/listinfo/matplotlib-users > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |
|
From: Benjamin R. <ben...@ou...> - 2013-01-17 15:03:15
|
On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont <laf...@gm...>wrote: > What is a backend??? The version number? I'm using Matplotlib 1.1.1 > > from pylab import * get_backend() Ben Root |
|
From: Fabien L. <laf...@gm...> - 2013-01-17 16:10:36
|
Thanks! I have: Qt4Agg 2013/1/17 Benjamin Root <ben...@ou...> > > On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont <laf...@gm...>wrote: > >> What is a backend??? The version number? I'm using Matplotlib 1.1.1 >> >> > from pylab import * > get_backend() > > Ben Root > > |
|
From: Paul H. <pmh...@gm...> - 2013-01-18 22:57:51
|
On Thu, Jan 17, 2013 at 8:10 AM, Fabien Lafont <laf...@gm...>wrote: > Thanks! I have: Qt4Agg > > > > 2013/1/17 Benjamin Root <ben...@ou...> > >> >> On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont <laf...@gm...>wrote: >> >>> What is a backend??? The version number? I'm using Matplotlib 1.1.1 >>> >>> >> from pylab import * >> get_backend() >> >> Ben Root >> >> It is probably coincidence, but I noted MPL running way faster when I stopped using QT4Agg and upgraded to 1.2.0. Try upgrading and report back. -paul |
|
From: Fabien L. <laf...@gm...> - 2013-01-21 13:52:03
|
I have installed MPL 1.2.0 but it's still laggy... 2013/1/18 Paul Hobson <pmh...@gm...> > > On Thu, Jan 17, 2013 at 8:10 AM, Fabien Lafont <laf...@gm...>wrote: > >> Thanks! I have: Qt4Agg >> >> >> >> 2013/1/17 Benjamin Root <ben...@ou...> >> >>> >>> On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont <laf...@gm...>wrote: >>> >>>> What is a backend??? The version number? I'm using Matplotlib 1.1.1 >>>> >>>> >>> from pylab import * >>> get_backend() >>> >>> Ben Root >>> >>> > It is probably coincidence, but I noted MPL running way faster when I > stopped using QT4Agg and upgraded to 1.2.0. > > Try upgrading and report back. > -paul > |