You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pygoog...@googlegroups.com
I've got a text file full of "date number" rows, where I want to chart a data point over time. I was looking at the sample code for pygooglechart where there are samples that have months hard coded for the X axis at the bottom, but I don't see any way for me to add a series of date and # data points, and have the axes auto-generated based on this data.
Is there any sort of documentation of the API other than the sample code? Or do I pretty much have to read through the pygooglechart source in order to find a way to do this? Or is this even possible?
Thanks much.
-Tobin
Andy
unread,
Feb 9, 2009, 1:45:42 PM2/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Google Chart
Hi,
maybe your looking for this:
import pygooglechart as gc
lc = gc.SimpleLineChart(440,220)
lc.set_title('Test Chart')