help-octave
[Top][All Lists]
Advanced

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

Re: axes scale


From: N
Subject: Re: axes scale
Date: Fri, 29 May 2020 22:29:42 +0200

> Anton Jopko wrote
> > sorry but not true. just look up axis on the octave program, compare to 
> > octave forge.
> > sincerely
> > anton
> 
> Can you be more explicit?
> 
> From the Octave prompt, you can access the html version of the doc using
> "doc". Typing "doc axis" you'll basically see the same as the online doc
> [1]. 

a = axis();
axis(a)

There axis() return a vector with the limits. These limits could be manipulated 
as you which, but for equal it could be simpler to use axis("equal") as someone.



reply via email to

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