Hi:

sage: parametric_plot([t, t + RR(pi)], -2, 2, rgbcolor=(1,0,0))

works but not this:

sage: parametric_plot([t, t + pi], -2, 2, rgbcolor=(1,0,0))
---------------------------------------------------------------------------
<type 'exceptions.AttributeError'>        Traceback (most recent call last)

....

<type 'exceptions.AttributeError'>: 'Pi' object has no attribute
'number_of_arguments'
Is this a bug? If so, should I create a trac ticket?

- David Joyner

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to