Mercurial > hg > octave-lyh
diff scripts/plot/caxis.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | 3c6e8aaa9555 |
children | b0084095098e |
line wrap: on
line diff
--- a/scripts/plot/caxis.m +++ b/scripts/plot/caxis.m @@ -21,10 +21,10 @@ ## @deftypefnx {Function File} {} caxis (@var{h}, @dots{}) ## Set color axis limits for plots. ## -## The argument @var{limits} should be a 2-element vector specifying the +## The argument @var{limits} should be a 2-element vector specifying the ## lower and upper limits to assign to the first and last value in the ## colormap. Values outside this range are clamped to the first and last -## colormap entries. +## colormap entries. ## ## If @var{limits} is 'auto', then automatic colormap scaling is applied, ## whereas if @var{limits} is 'manual' the colormap scaling is set to manual. @@ -85,4 +85,4 @@ endif endfunction - +