> 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. -- 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.
