Mercurial > hg > octave-lyh
diff scripts/plot/barh.m @ 8056:9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 26 Aug 2008 11:58:14 -0400 |
parents | e8d953d03f6a |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/plot/barh.m +++ b/scripts/plot/barh.m @@ -36,9 +36,11 @@ ## argument, which can take the values @code{"grouped"} (the default), ## 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 +## The optional return value @var{h} provides a handle to the bar series +## object. See @code{bar} for a description of the use of the bar series. +## +## The optional 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. ## ## @seealso{bar, plot}