Mercurial > hg > octave-lyh
changeset 16849:c728c87f43ba
ribbon.m: Fix typo of extra spaces in docstring.
* scripts/plot/ribbon.m: Fix typo of extra spaces in docstring.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 25 Jun 2013 13:42:15 -0700 |
parents | 77c8aae15908 |
children | ec2ac2300ac8 |
files | scripts/plot/ribbon.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/ribbon.m +++ b/scripts/plot/ribbon.m @@ -20,7 +20,7 @@ ## @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 +## 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 ## row numbers is assumed (1:rows (Y)).