Re: [Matplotlib-users] matplotlib slow compared to gnuplot?

2009-11-11 Thread Tom Leys
It looks like you are storing your source data in a python list. Matplotlib runs much faster if you store your data using a numpy array instead. I'm no expert, but it certianly sped up my graph drawing. -Tom Message: 5 Date: Wed, 11 Nov 2009 08:53:58 -0600 From: Mike Anderson Subject: [Matp

[Matplotlib-users] How to make little sparklines

2009-11-09 Thread Tom Leys
Hi I was asked off list how I created the little sparklines using Matplotlib. There are two ways I create these: The live graphs on the demo page (http://your.gridspy.co.nz/powertech/) are created by a great little jquery app (so yeah, not matplotlib): http://omnipotent.net/jquery.sparkline/ T

[Matplotlib-users] How to make little sparklines

2009-11-07 Thread Tom Leys
Hi I was asked off list how I created the little sparklines using Matplotlib. There are two ways I create these: The live graphs on the demo page (http://your.gridspy.co.nz/powertech/) are created by a great little jquery app (so yeah, not matplotlib): http://omnipotent.net/jquery.sparkline/ To

[Matplotlib-users] Gridspy dashboard - Web based Matplotlib

2009-11-05 Thread Tom Leys
Hi. I would like to introduce my usage of Matplotlib... " Gridspy provides you with an interactive view of resource usage in your building. It gives you hard data on your consumption patterns and helps you to make informed decisions. ... The Gridspy allows you to access and monitor your consump