Home > freetb4matlab > plot > ylim.m

ylim

PURPOSE ^

% Get or set the limits of the y-axis of the current plot. Called without

SYNOPSIS ^

function retval = ylim (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{xl} =} ylim 
% @deftypefnx {Function File} {} ylim (@var{xl})
% @deftypefnx {Function File} {@var{m} =} ylim ('mode')
% @deftypefnx {Function File} {} ylim (@var{m})
% @deftypefnx {Function File} {} ylim (@var{h}, @dots{})
% Get or set the limits of the y-axis of the current plot.  Called without
% arguments @code{ylim} returns the y-axis limits of the current plot.
% If passed a two element vector @var{xl}, the limits of the y-axis are set
% to this value.
%
% The current mode for calculation of the y-axis can be returned with a
% call @code{ylim ('mode')}, and can be either 'auto' or 'manual'.  The 
% current plotting mode can be set by passing either 'auto' or 'manual' 
% as the argument.
%
% If passed an handle as the first argument, then operate on this handle
% rather than the current axes handle.
% @seealso{xlim, zlim, set, get, gca}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003