comparison scripts/plot/ribbon.m @ 7650:eb7bdde776f2

Texinfo fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Mar 2008 16:27:14 -0400
parents 5e90111a28b3
children 85c9906abfd1
comparison
equal deleted inserted replaced
7649:1eac99a280a2 7650:eb7bdde776f2
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.