Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/ribbon.m +++ b/scripts/plot/ribbon.m @@ -17,9 +17,9 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} ribbon (@var{x}, @var{y}, @var{width}) -## @deftypefnx {Function File} ribbon (@var{y}) -## @deftypefnx {Function File} {@var{h} =} ribbon (@dots{}) +## @deftypefn {Function File} {} ribbon (@var{x}, @var{y}, @var{width}) +## @deftypefnx {Function File} {} ribbon (@var{y}) +## @deftypefnx {Function File} {@var{h} =} ribbon (@dots{}) ## Plot a ribbon plot for the columns of @var{y} vs. @var{x}. The ## optional parameter @var{width} specifies the width of a single ribbon ## (default is 0.75). If @var{x} is omitted, a vector containing the