#4563: polar plot does not accept (t, 0, 2*pi) syntax for the interval
----------------------+-----------------------------------------------------
 Reporter:  jason     |       Owner:  was       
     Type:  defect    |      Status:  new       
 Priority:  major     |   Milestone:  sage-3.2.1
Component:  graphics  |    Keywords:            
----------------------+-----------------------------------------------------
 This does not work:

 {{{
 sage: polar_plot(x, (x, 0, 1))
 ---------------------------------------------------------------------------
 TypeError                                 Traceback (most recent call
 last)

 /home/jason/<ipython console> in <module>()

 TypeError: polar_plot() takes exactly 3 arguments (2 given)
 }}}

 But this does:

 {{{
 sage: polar_plot(x,0, 1)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4563>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to