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.

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.

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

Reply via email to