comparison scripts/image/ocean.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 fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{map} =} ocean () 20 ## @deftypefn {Function File} {@var{map} =} ocean ()
21 ## @deftypefnx {Function File} {@var{map} =} ocean (@var{n}) 21 ## @deftypefnx {Function File} {@var{map} =} ocean (@var{n})
22 ## Create color colormap. This colormap varies from black to white with shades 22 ## Create color colormap. This colormap varies from black to white with shades
23 ## of blue. 23 ## of blue.
24 ## The argument @var{n} must be a scalar. 24 ## The argument @var{n} must be a scalar.
25 ## If unspecified, the length of the current colormap, or 64, is used. 25 ## If unspecified, the length of the current colormap, or 64, is used.
26 ## @end deftypefn 26 ## @end deftypefn
27 27
28 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 28 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
29 ## Created: July 1994 29 ## Created: July 1994