I'm working my way through the tutorial and I'm having a problem with one of them. 2.5.1 at this page http://www.sagemath.org/doc/tut/node18.html has a circle plot, but I keep getting an ellipse on my screen because it's y axis is not at the same resolution as the x axis. It has the command:
sage: circle((0,0), 1, rgbcolor=(1,1,0)) I found the discussion about another part of the tutorial here: http://groups.google.com/group/sage-support/browse_thread/thread/37c90df86e60e809/aa4287cee9f31ce2?lnk=gst&q=circle+plot#aa4287cee9f31ce2 (Sorry for the long link.) When I use the suggestions in that thread it gives me a filled circle, not an ellipse. Is there anything I can do to make the first command listed above work? Why isn't the default to produce a circle when a circle is asked for, rather than an ellipse? I'm really not trying to complain, I LOVE the program so far! But this operation as default doesn't make any sense to me. I'm using sagenb.org as I go through the tutorial, if that matters. Thanks! Erik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---