On Wednesday, March 28, 2012 8:19:22 PM UTC+5:30, Stefan Krastanov wrote: > > I think that the cleanest solution in terms of API is to create class > ImplicitSeries(BaseSeries) and a function plot_implicit that just > calls Plot(ImplicitSeries) and implement everything there. Then we can > remove from the code that I have written the useless stuff and > substitute it with yours.
I think that would be the best way to implement it. Thanks for the idea. > You can just create another py file with those two objects and work > from there. That way the api is unified but the different algorithms > are well separated. > Yeah agreed. -- 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/-/pS698XOC82gJ. 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.
