|
From: | Fernando Perez Quintián |
Subject: | Re: zoom |
Date: | Thu, 30 Apr 2009 15:49:11 -0300 |
On Apr 30, 2009, at 11:59 AM, Francesco Potorti` wrote:You can also use
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.
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
[Prev in Thread] | Current Thread | [Next in Thread] |