Mercurial > hg > octave-lyh
comparison scripts/plot/patch.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 | 35f6e9a25296 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
31 ## For a uniform colored patch, @var{c} can be given as an RGB vector, | 31 ## For a uniform colored patch, @var{c} can be given as an RGB vector, |
32 ## scalar value referring to the current colormap, or string value (for | 32 ## scalar value referring to the current colormap, or string value (for |
33 ## example, "r" or "red"). | 33 ## example, "r" or "red"). |
34 ## | 34 ## |
35 ## If passed a structure @var{fv} contain the fields "vertices", "faces" | 35 ## If passed a structure @var{fv} contain the fields "vertices", "faces" |
36 ## and optionally "facevertexcdata", create the patch based on these | 36 ## and optionally "facevertexcdata", create the patch based on these |
37 ## properties. | 37 ## properties. |
38 ## @end deftypefn | 38 ## @end deftypefn |
39 | 39 |
40 ## Author: jwe | 40 ## Author: jwe |
41 | 41 |