Need advice: What is the best way to plot charts in Pyjamas for generating Web UI: 1) using gcharttestapp (Port of GChart) : 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? Thanks, Dmitri

