comparison scripts/plot/grid.m @ 6653:673686daec87

[project @ 2007-05-22 15:36:09 by jwe]
author jwe
date Tue, 22 May 2007 15:36:10 +0000
parents 2110cc251779
children d069de22e9aa
comparison
equal deleted inserted replaced
6652:f92a2b56fd70 6653:673686daec87
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} grid (@var{arg}) 21 ## @deftypefn {Function File} {} grid (@var{arg})
22 ## @deftypefnx {Function File} {} grid ("minor", @var{arg2}) 22 ## @deftypefnx {Function File} {} grid ("minor", @var{arg2})
23 ## Force the display of a grid on the plot. 23 ## Force the display of a grid on the plot.
24 ## The argument may be either @code{"on"} or @code{"off"}. If it is 24 ## The argument may be either @code{"on"} or @code{"off"}. If it is
25 ## omitted, the the current grid state is toggled. 25 ## omitted, the current grid state is toggled.
26 ## 26 ##
27 ## If @var{arg} is @code{"minor"} then the minor grid is toggled. When 27 ## If @var{arg} is @code{"minor"} then the minor grid is toggled. When
28 ## using a minor grid a second argument @var{arg2} is allowed, which can 28 ## using a minor grid a second argument @var{arg2} is allowed, which can
29 ## be either @code{"on"} or @code{"off"} to explicitly set the state of 29 ## be either @code{"on"} or @code{"off"} to explicitly set the state of
30 ## the minor grid. 30 ## the minor grid.