Rob Beezer wrote:
> Jason: Thanks for the tune-up. I'm not surprised that there are some
> efficiencies to be had. I'll get the wiki, and other copies of the
> worksheet, updated this evening.
>
I spent a lot more time working on this @interact (since I plan to use
it in class today :), a
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
I typed axes search into the Sage search bar on the main sage webpage
and got this:
http://groups.google.com/group/sage-support/browse_thread/thread/454bf6640997d37b
Does that help? If not, maybe other links your find that way help.
On Fri, Feb 27, 2009 at 10:20 AM, M.E._Mac wrote:
>
> Is there
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.
--~--~-~--~~
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.