Re: [google-appengine] How to build a picture on the GAE?

2010-08-21 Thread 陳昆宏
Thank you for replying. Robert Kluin 於 2010年8月20日上午11:36 寫道: > 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 '

Re: [google-appengine] How to build a picture on the GAE?

2010-08-19 Thread Robert Kluin
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

Re: [google-appengine] How to build a picture on the GAE?

2010-08-14 Thread 陳昆宏
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!!! 陳昆宏 於 2010年8月14日下午8:16 寫道: > Thanks!!! > > Robert Kluin 於 2010年8月14日下午3:41 寫道: > > I am currently using

Re: [google-appengine] How to build a picture on the GAE?

2010-08-14 Thread 陳昆宏
Thanks!!! Robert Kluin 於 2010年8月14日下午3:41 寫道: > I am currently using it in several GAE apps. > > > Robert > > > > > > > On Fri, Aug 13, 2010 at 10:33 PM, 陳昆宏 wrote: > > Can it use in GAE? > > > > 2010/8/14 Robert Kluin > >> > >> I use the Google Visualization APIs for things like line charts.

Re: [google-appengine] How to build a picture on the GAE?

2010-08-14 Thread Robert Kluin
I am currently using it in several GAE apps. Robert On Fri, Aug 13, 2010 at 10:33 PM, 陳昆宏 wrote: > Can it use in GAE? > > 2010/8/14 Robert Kluin >> >> I use the Google Visualization APIs for things like line charts. >> >> http://code.google.com/apis/visualization/documentation/gallery.htm

Re: [google-appengine] How to build a picture on the GAE?

2010-08-13 Thread 陳昆宏
Can it use in GAE? 2010/8/14 Robert Kluin > 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, 昆宏 陳 wrote: > > Hello, everyone. > > > > I have some

Re: [google-appengine] How to build a picture on the GAE?

2010-08-13 Thread Robert Kluin
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, 昆宏 陳 wrote: > Hello, everyone. > > I have some question in how to build a picture on the GAE. > I wonder to know ho

[google-appengine] How to build a picture on the GAE?

2010-08-13 Thread 昆宏 陳
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 ano