help-octave
[Top][All Lists]
Advanced

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

Re: zoom


From: Rob Mahurin
Subject: Re: zoom
Date: Thu, 30 Apr 2009 12:10:49 -0400

On Apr 30, 2009, at 11:59 AM, Francesco Potorti` wrote:
The answer I get from Octave to the command "help zoom" is:

zoom ...
 Compatibility function; does nothing
/usr/share/octave/packages/plot-1.0.5/zoom.m

I did not know of such a function.  What you can do in the Gnuplot
window is to right-click twice on the plot window: the two points where you click define a rectangular window which is then zoomed. You revert
to the 1:1 zoom by clicking the 'a' key.


You can also use
        axis()
or
        set(gca,"xlim",[low high]) and set(gca,"ylim",[low high])
from the Octave prompt.

Rob

--
Rob Mahurin
Department of Physics and Astronomy
University of Tennessee                 865 207 2594
Knoxville, TN 37996                     address@hidden





reply via email to

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