On Sunday, March 25, 2012 10:00:52 PM UTC+5:30, Stefan Krastanov wrote: > > > I was thinking of adding implicit plots, surface/ contour plots, vector > > field > > plots etc. That would require me to use numpy for getting the points and > > I think I will have to use the experimental_lambdify. > Surface and contour plots are already implemented. > > Vector field plots will use experimental_lambdify in a very trivial > way (check any other DataSeries class for an example). > > Implicit plots are the most interesting and important addition. They > are quite nontrivial. I do not know how you plan to implement them. >
I was thinking of implementing implicit plots as given in http://dl.acm.org/citation.cfm?doid=383259.383267. I think this will be fairly complicated and will take almost more that a month to implement and will largely use experimental_lambdify. I think this will be a great feature for sympy plotting. I think most of the algorithms in the paper is implementable. Any suggestions? -- 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/-/i_95oryw9qsJ. 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.
