Mercurial > hg > octave-nkf
comparison scripts/plot/ribbon.m @ 9143:74d5c1a4ca96
Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Fixed four .m files with incorrect @deftypefn macro usage.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Tue, 21 Apr 2009 10:00:11 -0700 |
parents | dbd0c77e575e |
children | 95c3e38098bf |
comparison
equal
deleted
inserted
replaced
9142:b38c45d1fc08 | 9143:74d5c1a4ca96 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
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. |