On Fri, Sep 26, 2008 at 7:36 AM, Jason Grout
<[EMAIL PROTECTED]> wrote:
>
> Robert Bradshaw wrote:
>> On Sep 25, 2008, at 5:15 PM, Erik Lane wrote:
>>
>>> Yes, I saw that in the solution of the other one (and have changed my
>>> plots to take this into account), but what is the advantage of the
>>
Robert Bradshaw wrote:
> On Sep 25, 2008, at 5:15 PM, Erik Lane wrote:
>
>> Yes, I saw that in the solution of the other one (and have changed my
>> plots to take this into account), but what is the advantage of the
>> aspect ratio default *not* being 1? I'm very curious. I'm not a
>> mathematici
On Sep 25, 2008, at 5:15 PM, Erik Lane wrote:
> Yes, I saw that in the solution of the other one (and have changed my
> plots to take this into account), but what is the advantage of the
> aspect ratio default *not* being 1? I'm very curious. I'm not a
> mathematician, just a student going throug
Yes, I saw that in the solution of the other one (and have changed my
plots to take this into account), but what is the advantage of the
aspect ratio default *not* being 1? I'm very curious. I'm not a
mathematician, just a student going through college, so I would love
to hear the why behind this.
Hi Erik,
On Thu, Sep 25, 2008 at 5:05 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> 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 s
Alex wrote:
> I need to plot some simple functions in one variable (e.g. x^3, cos(x),
> etc.). The graphs come out very nice, but the axes have ticks, some of
> which are labeled with the corresponding numbers. I would like the axes
> to be bare, so with only the actual lines appearing.
I know
On 9/20/07, Alex Ghitza <[EMAIL PROTECTED]> wrote:
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Thanks for the reply. I seem to have asked my question the wrong way: I
> want the curve which is the graph of the function, and I want the
> horizontal line which is the x-axis, and the ve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks for the reply. I seem to have asked my question the wrong way: I
want the curve which is the graph of the function, and I want the
horizontal line which is the x-axis, and the vertical line which is the
y-axis. I do not want ticks along the a
Hi,
The axes are an argument of 'show', for example:
show(plot(cos(x), -6, 6), axes=False)
type 'show?' to see other options.
Alex
On 9/20/07, Alex Ghitza <[EMAIL PROTECTED]> wrote:
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> I need to plot some simple functions in one va