[sage-edu] Re: Axis Label???

2009-02-27 Thread M.E._Mac
I got my co-oridinates mixed up. It should look like this: sage: c = circle((0,0), 1, rgbcolor=(1,1,0)) sage: c.axes_labels(['x','y']) sage: c.show --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group.

[sage-edu] Re: Axis Label???

2009-02-27 Thread M.E._Mac
Yes, that worked like a charm. Thank You. For the rest, basically create your graph and labeled axis as such: A yellow circle with axis labeled "x" and "y": sage: c = circle((0,0), 1, rgbcolor=(1,1,0)) sage: c.axes_labels(['y','x']) sage: c.show Thanks again. --~--~-~--~~

[sage-edu] Axis Label???

2009-02-27 Thread M.E._Mac
Is there any way to label the axis in Sage? I have been searching and I found out how to label axis in pretty much every program, but Sage. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To