#3315: parametric plot should accept a function that returns a tuple
---------------------------+------------------------------------------------
   Reporter:  mhampton     |       Owner:  was            
       Type:  enhancement  |      Status:  new            
   Priority:  minor        |   Milestone:  sage-feature   
  Component:  graphics     |    Keywords:  parametric_plot
     Author:               |    Upstream:  N/A            
   Reviewer:               |      Merged:                 
Work_issues:               |  
---------------------------+------------------------------------------------
Changes (by jason):

  * upstream:  => N/A


Comment:

 Replying to [comment:1 jason]:
 > See also #3313 for another input format parametric_plot should take:
 vectors.

 #3313 has nothing to do with vectors.  And now, parametric_plot takes
 vectors anyway:

 {{{
 sage: r(t)=[t,t+1]
 sage: parametric_plot(r, (t,0,1))

 sage: parametric_plot(r(t), (t,0,1))

 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3315#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

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

Reply via email to