On Mon, Mar 19, 2012 at 10:28 PM, Bharath M R <[email protected]> wrote: > Hi, > I had previously expressed my desire to work on gamma.sympy.org parser. > After the > discussion in the group I realized I don't have the required expertise to > write the parser which would > satisfy the requirements. So I am changing the ideas for my GSOC proposal. > > 1) Support SVGFig for plotting on Google App Engine. > SVGFig is completely written in python and can be run on Google App Engine. > If we add the > backend for plotting in SVGfig then we would be able to plot in sympy Live. > I would like to > implement the plotting backend for SVGfig and then integrate with sympy > Live.
What about using the Google Chart's API, which is built-in to the App Engine. > > 2) Plotting module for ASCII plots. > The idea of having a basic plotting module without any dependencies would be > great. > Ascii plotting will be also nice for people working on ipython so that they > can see their > results quickly. Both GNUPlot and Matplotlib provide this functionality. I > would like to > write the whole module so that there is no dependency. I think it's useful, though not as important as matplotlib obviously. I often find myself in an environment where it could be useful. If you just want the basic idea of a plot in 2d, an ascii plot is often enough. I wouldn't devote too much of the proposal to it, though. > > 3) Improve the matplotlib backend ( which is not merged) so that it can plot > all > sympy functions. > > I will create a wiki page detailing how I am going to do the above. Any > suggestions for the > above ideas? > > Thanks > Bharath M R > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/rwA_cL3QyskJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
