Mercurial > hg > octave-lyh
comparison scripts/plot/ribbon.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | eb63fbe60fab |
children | 74d5c1a4ca96 |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} ribbon (@var{x}, @var{y}, @var{width}) | 20 ## @deftypefn {Function File} ribbon (@var{x}, @var{y}, @var{width}) |
21 ## @deftypefnx {Function File} ribbon (@var{y}) | 21 ## @deftypefnx {Function File} ribbon (@var{y}) |
22 ## @deftypefnx {Function File} {@var{h} =} ribbon (@dots{}) | 22 ## @deftypefnx {Function File} {@var{h} =} ribbon (@dots{}) |
23 ## Plot a ribbon plot for the columns of @var{y} vs. @var{x}. The | 23 ## Plot a ribbon plot for the columns of @var{y} vs. @var{x}. The |
24 ## optional parameter @var{width} specifies the width of a single ribbon | 24 ## optional parameter @var{width} specifies the width of a single ribbon |
25 ## (default is 0.75). If @var{x} is omitted, a vector containing the | 25 ## (default is 0.75). If @var{x} is omitted, a vector containing the |
26 ## row numbers is assumed (1:rows(Y)). If requested, return a vector | 26 ## row numbers is assumed (1:rows(Y)). If requested, return a vector |
27 ## @var{h} of the handles to the surface objects. | 27 ## @var{h} of the handles to the surface objects. |
28 ## @seealso{gca, colorbar} | 28 ## @seealso{gca, colorbar} |