comparison scripts/image/gmap40.m @ 11885:3342d1a7c4c9 release-3-0-x

spelling corrections Here is a patch with some spelling corrections to the manual. changeset: 8308:aeaf884ea9af user: Brian Gough <bjg@gnu.org> date: Fri Nov 07 09:26:17 2008 -0500 summary: [docs] assoicated => associated
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 20 Nov 2008 08:39:44 +0100
parents e8d953d03f6a
children eb63fbe60fab
comparison
equal deleted inserted replaced
11884:cee2f0ae1dba 11885:3342d1a7c4c9
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} gmap40 (@var{n}) 20 ## @deftypefn {Function File} {} gmap40 (@var{n})
21 ## Create a color colormap. The colormap is red, green, blue, yellow, 21 ## Create a color colormap. The colormap is red, green, blue, yellow,
22 ## magneta and cyan. These are the colors that are allowed with patch 22 ## magenta and cyan. These are the colors that are allowed with patch
23 ## objects using gnuplot 4.0, and so this colormap function is specially 23 ## objects using gnuplot 4.0, and so this colormap function is specially
24 ## designed for users of gnuplot 4.0. The argument @var{n} should be 24 ## designed for users of gnuplot 4.0. The argument @var{n} should be
25 ## a scalar. If it is omitted, a length of 6 is assumed. Larger values 25 ## a scalar. If it is omitted, a length of 6 is assumed. Larger values
26 ## of @var{n} result in a repetition of the above colors 26 ## of @var{n} result in a repetition of the above colors
27 ## @seealso{colormap} 27 ## @seealso{colormap}