comparison 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
comparison
equal deleted inserted replaced
7105:a53649dc07b6 7106:33ed85dcfaa8
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} barh (@var{x}, @var{y}) 20 ## @deftypefn {Function File} {} barh (@var{x}, @var{y})
21 ## @deftypefnx {Function File} barh (@var{y}) 21 ## @deftypefnx {Function File} {} barh (@var{y})
22 ## @deftypefnx {Function File} barh (@var{x}, @var{y}, @var{w}) 22 ## @deftypefnx {Function File} {} barh (@var{x}, @var{y}, @var{w})
23 ## @deftypefnx {Function File} barh (@var{x}, @var{y}, @var{w}, @var{style}) 23 ## @deftypefnx {Function File} {} barh (@var{x}, @var{y}, @var{w}, @var{style})
24 ## @deftypefnx {Function File} {@var{h} =} barh (...,@var{prop}, @var{val}) 24 ## @deftypefnx {Function File} {@var{h} =} barh (@dots{}, @var{prop}, @var{val})
25 ## Produce a horizontal bar graph from two vectors of x-y data. 25 ## Produce a horizontal bar graph from two vectors of x-y data.
26 ## 26 ##
27 ## If only one argument is given, it is taken as a vector of y-values 27 ## If only one argument is given, it is taken as a vector of y-values
28 ## and the x coordinates are taken to be the indices of the elements. 28 ## and the x coordinates are taken to be the indices of the elements.
29 ## 29 ##