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. The ``plot3D_surface`` and ``plot3D_parametric`` are slightly confusing. What would be alternatives to these names. Also, do you find any problems with the other names? Thanks, Bharath M R -- 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/-/V18v5budhfIJ. 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.
