Mercurial > hg > octave-nkf
diff scripts/plot/bar.m @ 7106:33ed85dcfaa8
[project @ 2007-11-06 18:03:08 by jwe]
author | jwe |
---|---|
date | Tue, 06 Nov 2007 18:03:08 +0000 |
parents | 81bed50b9feb |
children | e8d953d03f6a |
line wrap: on
line diff
--- a/scripts/plot/bar.m +++ b/scripts/plot/bar.m @@ -18,11 +18,11 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} bar (@var{x}, @var{y}) -## @deftypefnx {Function File} bar (@var{y}) -## @deftypefnx {Function File} bar (@var{x}, @var{y}, @var{w}) -## @deftypefnx {Function File} bar (@var{x}, @var{y}, @var{w}, @var{style}) -## @deftypefnx {Function File} {@var{h} =} bar (...,@var{prop}, @var{val}) +## @deftypefn {Function File} {} bar (@var{x}, @var{y}) +## @deftypefnx {Function File} {} bar (@var{y}) +## @deftypefnx {Function File} {} bar (@var{x}, @var{y}, @var{w}) +## @deftypefnx {Function File} {} bar (@var{x}, @var{y}, @var{w}, @var{style}) +## @deftypefnx {Function File} {@var{h} =} bar (@dots{}, @var{prop}, @var{val}) ## Produce a bar graph from two vectors of x-y data. ## ## If only one argument is given, it is taken as a vector of y-values