views:

151

answers:

1

Hey all,

is there any library (for C or python) that I can use to get roughly the same functionality as I can get from Google Charts ?

I specifically need the pie diagrams (standard), multi-dataset-pie-diagrams (not-so-standard), and venn diagrams (rare)...

+1  A: 

http://pygooglechart.slowchop.com/ is a Python wrapper for the Google Charts API. Also see http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python

msanders