Sorry for the delay in my reply. Have been traveling extensively. For Python have a look at: http://code.google.com/p/google-visualization-python/
So far I have manually constructed my own data sources. Have just been 'manually' creating and calling URLs for images. Just went this way because it was fast. At some point I will probably look at their library a bit more. Robert 2010/8/14 陳昆宏 <[email protected]>: > Is you using the charts4j? I find some information in the google chart api > group. > But the charts4j is written in java. I wonder to know how you use the google > chart api in python. > > Thanks!!! > > 陳昆宏 <[email protected]> 於 2010年8月14日下午8:16 寫道: >> >> Thanks!!! >> >> Robert Kluin <[email protected]> 於 2010年8月14日下午3:41 寫道: >>> >>> I am currently using it in several GAE apps. >>> >>> >>> Robert >>> >>> >>> >>> >>> >>> >>> On Fri, Aug 13, 2010 at 10:33 PM, 陳昆宏 <[email protected]> wrote: >>> > Can it use in GAE? >>> > >>> > 2010/8/14 Robert Kluin <[email protected]> >>> >> >>> >> I use the Google Visualization APIs for things like line charts. >>> >> >>> >> http://code.google.com/apis/visualization/documentation/gallery.html >>> >> >>> >> >>> >> Robert >>> >> >>> >> >>> >> >>> >> >>> >> >>> >> >>> >> On Fri, Aug 13, 2010 at 9:19 AM, 昆宏 陳 <[email protected]> wrote: >>> >> > Hello, everyone. >>> >> > >>> >> > I have some question in how to build a picture on the GAE. >>> >> > I wonder to know how to build a picture by python or another way. >>> >> > The data I have is the list of numbers. For example, if I have a >>> >> > list >>> >> > of [1,2,3,4,5,...], >>> >> > and I can build an picture of Line chart by microsoft excel or >>> >> > another >>> >> > way. >>> >> > I only know that python has PIL that can adjust the picture's some >>> >> > property. >>> >> > But I don't know how to use my data to make a picture. >>> >> > >>> >> > Can anyone give me some idea? Or it has another way to solve it. >>> >> > >>> >> > Thanks!!! >>> >> > >>> >> > -- >>> >> > You received this message because you are subscribed to the Google >>> >> > Groups "Google App Engine" group. >>> >> > To post to this group, send email to >>> >> > [email protected]. >>> >> > To unsubscribe from this group, send email to >>> >> > [email protected]. >>> >> > For more options, visit this group at >>> >> > http://groups.google.com/group/google-appengine?hl=en. >>> >> > >>> >> > >>> >> >>> >> -- >>> >> You received this message because you are subscribed to the Google >>> >> Groups >>> >> "Google App Engine" group. >>> >> To post to this group, send email to >>> >> [email protected]. >>> >> To unsubscribe from this group, send email to >>> >> [email protected]. >>> >> For more options, visit this group at >>> >> http://groups.google.com/group/google-appengine?hl=en. >>> >> >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> > "Google App Engine" group. >>> > To post to this group, send email to [email protected]. >>> > To unsubscribe from this group, send email to >>> > [email protected]. >>> > For more options, visit this group at >>> > http://groups.google.com/group/google-appengine?hl=en. >>> > >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
