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