Hi all,

I'm a SAGE newbie, (but I have experience with python). In the sage  
reference manual is the example:

P = plot(cos, -5, 5, thickness=5, rgbcolor=(0.5,1,0.5))
P   # show it

which works just fine, but if I replace "cos" with "gamma":

P = plot(gamma, -5, 5, thickness=5, rgbcolor=(0.5,1,0.5))
P   # show it

I get:

Exception (click to the left for traceback):    P   # show it
...
TypeError: 'float' object is unsubscriptable


Why can't I plot the gamma function???

Thanks for any light you shine on this,
Jim Clark

--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to