comparison scripts/image/prism.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} =} prism () 20 ## @deftypefn {Function File} {@var{map} =} prism ()
21 ## @deftypefnx {Function File} {@var{map} =} prism (@var{n}) 21 ## @deftypefnx {Function File} {@var{map} =} prism (@var{n})
22 ## Create color colormap. This colormap cycles through red, orange, yellow, 22 ## Create color colormap. This colormap cycles through red, orange, yellow,
23 ## green, blue and violet with each index change. 23 ## green, blue and violet with each index change.
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 ## @seealso{colormap} 26 ## @seealso{colormap}
27 ## @end deftypefn 27 ## @end deftypefn
28 28
29 ## Author: Kai Habel <kai.habel@gmx.de> 29 ## Author: Kai Habel <kai.habel@gmx.de>