This link has been bookmarked by 25 people . It was first bookmarked on 20 Mar 2008, by reckoner reckoner.
-
29 Aug 11
-
20 Nov 10
-
04 Jan 10
-
21 Nov 09
-
09 Nov 09
-
02 Oct 09
-
18 Sep 09
-
17 Sep 09
-
14 May 09
-
02 Apr 09
-
02 Mar 09
-
07 Jan 09
-
13 Aug 08
-
28 Apr 08
-
Python Google Chart Wrapper
NEWS: The new version 0.3 is out and is now compatible with data scaling. See ChartExamples for API example guides
Easily create Google charts using python syntax and datasets.
Python wrapper for the Google Chart API. The wrapper can render the URL of the Google chart, based on your parameters, or it can render an HTML img tag to insert into webpages on the fly. Made for dynamic python websites (Django,Zope,CGI,etc.) that need on the fly chart generation without any extra modules. The wrapper SHOULD also work with Eastwood the Google Chart API workalike.
G = GChart('p3', [5,10]) G.title('Hello Pie') G.color('ff0000','00ff00') G.label('hello', 'world')Generates an object that can render/save the chart in many ways. The most useful is display on a website
-
-
20 Mar 08
-
Easily create Google charts using python syntax and datasets.
Python wrapper for the Google Chart API. The wrapper can render the URL of the Google chart, based on your parameters, or it can render an HTML img tag to insert into webpages on the fly. Made for dynamic python websites (Django,Zope,CGI,etc.) that need on the fly chart generation without any extra modules. The wrapper SHOULD also work with Eastwood the Google Chart API workalike.
G = GChart('p3', [5,10])
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.