possibly looking into the code of http://www.sympygamma.com/ may help me
On Wednesday, April 23, 2014 1:31:01 AM UTC+5:30, jiju wrote: > > Hi, > > I have successfully installed sympy in server and has gone through various > mathematical operations and plots it is able to perform. > > My goal is to have a web application (php) which will communicate with > sympy to get the answers and graphs for various algebraic expressions. > > What I plan to do is > 1. create a python script which will take the expression as a command line > argument, execute it using sympy and return the result. > 2. From php, call this python script and retrieve the result. > > I have succeeded in getting it worked except for graphs. But certainly, > this are better ways of doing it . > > Could you please guide me on the approach I need to follow to get graphs > and results in html format from sympy ? > > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/d5af0c92-5b59-41ea-a0ec-7891e52d6d97%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
