On Sat, Jan 21, 2012 at 10:57 PM, dokondr <[email protected]> wrote: > Need advice: > What is the best way to plot charts in Pyjamas for generating Web UI: > 1) using gcharttestapp (Port of GChart) :
gchart is pretty heavy-duty - but then again it's also very feature-rich. > or > 2) Mixing Python code with third-party Javascript chart library, like > RGraph: > http://www.rgraph.net/ > > Any examples of mixing Python code with Javascript code? yes there's a couple. ok, several. one of them is the raphael wrapper. there's a couple of examples - testdict and testrect. l.

