1

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 Answers1

1

http://pygooglechart.slowchop.com/ is a Python wrapper for the Google Charts API. Also see Pretty graphs and charts in Python

Community
  • 1
  • 1
msanders
  • 5,739
  • 1
  • 29
  • 30