diff scripts/plot/barh.m @ 7189:e8d953d03f6a

[project @ 2007-11-26 20:42:09 by dbateman]
author dbateman
date Mon, 26 Nov 2007 20:42:11 +0000
parents 33ed85dcfaa8
children 9a6f4713f765
line wrap: on
line diff
--- a/scripts/plot/barh.m	Mon Nov 26 20:31:25 2007 +0000
+++ b/scripts/plot/barh.m	Mon Nov 26 20:42:11 2007 +0000
@@ -22,6 +22,7 @@
 ## @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})
+## @deftypefnx {Function File} {} barh (@var{h}, @dots{})
 ## 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
@@ -36,6 +37,7 @@
 ## or @code{"stacked"}.
 ##
 ## The optional return value @var{h} provides a handle to the patch object.
+## Whereas the option input handle @var{h} allows an axis handle to be passed.
 ## Properties of the patch graphics object can be changed using 
 ## @var{prop}, @var{val} pairs.
 ##