Re: AND... How can I tell M to have the same spaces on the x- AND the y-axis?
- To: mathgroup at smc.vnet.net
- Subject: [mg17507] Re: [mg17463] AND... How can I tell M to have the same spaces on the x- AND the y-axis?
- From: BobHanlon at aol.com
- Date: Mon, 10 May 1999 19:53:15 -0400
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 5/9/99 2:13:08 PM, kalina at teleweb.at writes:
>AND... How can I tell M to have the same spaces on the x- AND the y-axis?
>
?AspectRatio
"AspectRatio is an option for Show and related functions which specifies the \
ratio of height to width for a plot."
Plot[x^2, {x, -5, 5}];
Plot[x^2, {x, -5, 5}, AspectRatio->Automatic];
Bob Hanlon