[google-appengine] Re: dynamic plotting & matplotlib

2008-12-13 Thread gratefulfrog
Great! I got it the hello chart world example to work. here's how: In app.yaml, these are the handlers: handlers: - url: /(.*\.(swf|js)) static_files: version-2/\1 upload: version-2/(.*\.(swf|js)) - url: /(.*\.json) static_files: data/\1 upload: data/(.*\.json) - url: /.* script: flas

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-11 Thread gratefulfrog
e page is rendered by the browser it will request a JSON file > that describes the graph to draw. In the download is a version of > ofc.py. in the forum for OFC in the section about python I have > uploaded an extended version that uses django-simple-json. > > 2008/12/10 gratefulfrog : >

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-10 Thread gratefulfrog
flash-chart-2/ > > 2008/12/3 Jonk <[EMAIL PROTECTED]>: > > > > > On 3 joulu, 12:56, gratefulfrog <[EMAIL PROTECTED]> wrote: > > >> about google charts? Is it possible to create custom charts from that, > >> somehow? My ap

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-10 Thread gratefulfrog
charts for that data, i.e. drill down. Any help? Will "Open Flash Chart 2" as described in another post be accessible via the app engine? Thanks for all your help. GF On Dec 3, 12:53 pm, Jonk <[EMAIL PROTECTED]> wrote: > On 3 joulu, 12:56, gratefulfrog <[EMAIL PROTECTED]>

[google-appengine] Re: dynamic plotting & matplotlib

2008-12-03 Thread gratefulfrog
ience with > alternatives or workarounds though. > > Daniel > > On Dec 1, 7:28 am, gratefulfrog <[EMAIL PROTECTED]> wrote: > > > > > Hi! > > I'm quite new to the app-engine and am trying to build an application > > that dynamically reads a data feed (

[google-appengine] dynamic plotting & matplotlib

2008-12-01 Thread gratefulfrog
odule "matplotlib.py" to do that or if there are other ways? The google chart interface seems too limited for teh kind of multi- variate charts I want to produce. Very simple static examples (gifs) can be seen on my first attempt: http://gratefulfrog-ap-demo.appspot.com/ Any advice or pointer