help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: aspect ratio in graphs


From: pkienzle
Subject: Re: aspect ratio in graphs
Date: Fri, 17 Oct 2003 06:17:03 +0100

On 11 Oct 2003 at 16:02, Geraint Paul Bevan wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Mário Henrique Cruz Torres wrote:
> | Hello.
> | How can I do to my graphs have the same aspect ratio on both axis.
> |
> | Thank you.
> |
> | Mário H.C.t.
> |
> 
> You can create square plots using gset:
> 
> octave:1> gset size square
> 

This is also available as axis("square"). Alternatively,
axis("equal") will make x distances equal y distances.

If you use 'mark_as_command axis' in your .octaverc, 
then you can do 'axis square' and 'axis equal' and
save yourself some keystrokes.

Paul Kienzle
address@hidden



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]