Graphing API,
Tim Harig
usernet at ilthio.net
Wed Jan 5 08:32:45 EST 2011
On 2011-01-05, Slie <stackslip at 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.
More information about the Python-list
mailing list