Home > freetb4matlab > plot > grid.m

grid

PURPOSE ^

% Force the display of a grid on the plot.

SYNOPSIS ^

function grid (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} grid (@var{arg})
% @deftypefnx {Function File} {} grid ('minor', @var{arg2})
% @deftypefnx {Function File} {} grid (@var{hax}, @dots{})
% Force the display of a grid on the plot.
% The argument may be either @code{'on'}, or @code{'off'}.
% If it is omitted, the current grid state is toggled.
%
% If @var{arg} is @code{'minor'} then the minor grid is toggled.  When
% using a minor grid a second argument @var{arg2} is allowed, which can
% be either @code{'on'} or @code{'off'} to explicitly set the state of
% the minor grid.
%
% If the first argument is an axis handle, @var{hax}, operate on the
% specified axis object.
% @seealso{plot}
% @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