[sage-edu] Re: Vector Calculus, Interact Demos

2009-02-27 Thread jason-sage
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

[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

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

2009-02-27 Thread David Joyner
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

[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] 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.