Hello Richard, I think if I had to do what you want to do (I will have to do something similar soon) that I would use compute type field to generate my graph with lambda function base on orther field input data for processing and output from my lambda a graph under PNG image type and store the result in db or server directory upload.
I am more inclined into use Matplotlib since it is better fit since it is python lib (but nerver use Matplotlib)... Also, if my processing become to complex for a lambda function, I will use internal function : __functionName(input1, input2, etc.) Function beginning by "__" are not expose to final user so they don't need decorator... Hope this help. Richard On Tue, Aug 23, 2011 at 1:57 PM, Richard <richard.dijks...@planet.nl> wrote: > Hello, > > I want to create a scientific website with embedded graphics on Mac > OS. > Plots are created through Rpy2 and Matplotlib. > > All the modules run corretly on my Mac but what graphics type will > give me the embedded plots and where should I place relevant code > within the Web2py framework? > > Thank you for your reply. > > Richard