#3133: allow parametric_plot and parametric_plot3d to take a vector as input
-------------------------+--------------------------------------------------
Reporter: was | Owner: jason
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.4.1
Component: graphics | Keywords:
-------------------------+--------------------------------------------------
Changes (by jason):
* cc: jason (added)
* owner: was => jason
* status: new => assigned
Comment:
As a test, the following should work:
{{{
sage: var('x')
sage: parametric_plot(vector([x,2*x,3*x^2]), (x,-1,3))
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3133#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---