diff scripts/plot/barh.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/barh.m	Tue Nov 06 17:55:18 2007 +0000
+++ b/scripts/plot/barh.m	Tue Nov 06 18:03:08 2007 +0000
@@ -17,11 +17,11 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File}  barh (@var{x}, @var{y})
-## @deftypefnx {Function File} barh (@var{y})
-## @deftypefnx {Function File} barh (@var{x}, @var{y}, @var{w})
-## @deftypefnx {Function File} barh (@var{x}, @var{y}, @var{w}, @var{style})
-## @deftypefnx {Function File} {@var{h} =} barh (...,@var{prop}, @var{val})
+## @deftypefn {Function File} {} barh (@var{x}, @var{y})
+## @deftypefnx {Function File} {} barh (@var{y})
+## @deftypefnx {Function File} {} barh (@var{x}, @var{y}, @var{w})
+## @deftypefnx {Function File} {} barh (@var{x}, @var{y}, @var{w}, @var{style})
+## @deftypefnx {Function File} {@var{h} =} barh (@dots{}, @var{prop}, @var{val})
 ## Produce a horizontal bar graph from two vectors of x-y data.
 ##
 ## If only one argument is given, it is taken as a vector of y-values