Graphing API,

2011-01-05 Thread Slie
Is there a graphing API, someone suggests?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Graphing API,

2011-01-05 Thread Nitin Pawar
you can check pywebgraph

On Wed, Jan 5, 2011 at 3:49 PM, Slie stacks...@gmail.com wrote:

 Is there a graphing API, someone suggests?
 --
 http://mail.python.org/mailman/listinfo/python-list




-- 
Nitin Pawar
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Graphing API,

2011-01-05 Thread Chris Rebert
On Wed, Jan 5, 2011 at 2:19 AM, Slie stacks...@gmail.com wrote:
 Is there a graphing API, someone suggests?

matplotlib:
http://matplotlib.sourceforge.net/

Cheers,
Chris
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Graphing API,

2011-01-05 Thread Tim Harig
On 2011-01-05, Slie stacks...@gmail.com wrote:
 Is there a graphing API, someone suggests?

You should check the archives, variations of this question get asked
a lot.

I use GNUplot to do my graphing.  I simply pipe it commands and data
through the subprocess module; but, there are libraries available for
interacting with it.

Posts here also indicate that Google offers a web service based API for
generating graphs.  I have never actually used it; but, the documentation
seems to be clear enough to get it working without too much trouble.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Graphing API,

2011-01-05 Thread Slie
Thank you, 

I will defiantly look into that.



On Jan 5, 2011, at 4:32 AM, Tim Harig user...@ilthio.net wrote:

 On 2011-01-05, Slie stacks...@gmail.com wrote:
 Is there a graphing API, someone suggests?
 
 You should check the archives, variations of this question get asked
 a lot.
 
 I use GNUplot to do my graphing.  I simply pipe it commands and data
 through the subprocess module; but, there are libraries available for
 interacting with it.
 
 Posts here also indicate that Google offers a web service based API for
 generating graphs.  I have never actually used it; but, the documentation
 seems to be clear enough to get it working without too much trouble.
 -- 
 http://mail.python.org/mailman/listinfo/python-list
-- 
http://mail.python.org/mailman/listinfo/python-list