> You should also thinking about changing the interface as presently
> given in that pull request.  I'm not a fan of trying to squash all
> possible plot types into a single interface.  Sure, plot() can try to
> guess what is meant by the user, but I think the main interface should
> be either several functions, or else keyword arguments to plot(), to
> specify exactly what kind of plot you want.
Actually plot() is not the main interface (and I think I remarked it
in the docstring). The original more explicit interface is still
there. I have added plot() after there were some requests for more
automatic and short way to create interactive plots. Of course one can
add even more explicit functions like plot_surface and so on, but
those will be one line functions.
>
> And even as it is now, I'm not a fan of the confusing way you have to
> do things to plot multiple equations at once.
After your comments a few months ago I have added additional ways to
plot multiple equations (actually it was the same interface that you
proposed).

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