On Sat, Aug 18, 2012 at 4:29 PM, Bharath M R <[email protected]> wrote:
> Hi,
>    I am trying to add new plot functions with smaller scopes to the plotting
> module.
> As of now I am using the following names.
>
> ``plot_line`` -- plots 2D line plots.
> ``plot_parametric -- plots 2D parametric plots.
> ``plot3D`` - plots 3D plots (function of 2 variables)
> ``plot3D_surface`` - plots 3D parametric surface plots
> ``plot3D_parametric`` - plots 3D parametric line plots.

I would make these

plot (or plot_line if plot is going to be something more general)
plot_parametric
plot3D
plot_surface
plot_parametric3D

m2cw,
/c

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