Mercurial > hg > octave-lyh
comparison scripts/plot/spinmap.m @ 9042:97aa01a85ea4
Merge documentation cleanup changes to main branch.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Mar 2009 18:13:08 -0700 |
parents | dbd0c77e575e |
children | 74d5c1a4ca96 |
comparison
equal
deleted
inserted
replaced
9019:12ca81f1fa99 | 9042:97aa01a85ea4 |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} spinmap (@var{t}, @var{inc}) | 20 ## @deftypefn {Function File} spinmap (@var{t}, @var{inc}) |
21 ## Cycle the colormap for @var{t} seconds with an increment | 21 ## Cycle the colormap for @var{t} seconds with an increment |
22 ## of @var{inc}. Both parameters are optional. The default cycle time | 22 ## of @var{inc}. Both parameters are optional. The default cycle time |
23 ## is 5 seconds and the default increment is 2. | 23 ## is 5 seconds and the default increment is 2. |
24 ## | 24 ## |
25 ## A higher value of @var{inc} causes a faster cycle through the | 25 ## A higher value of @var{inc} causes a faster cycle through the |
26 ## colormap. | 26 ## colormap. |
27 ## @seealso{gca, colorbar} | 27 ## @seealso{gca, colorbar} |