Mercurial > hg > octave-lyh
comparison scripts/plot/__bars__.m @ 7325:67aef14de9c2
[project @ 2007-12-19 20:21:11 by jwe]
author | jwe |
---|---|
date | Wed, 19 Dec 2007 20:21:11 +0000 |
parents | a730e47fda4d |
children | 9a6f4713f765 |
comparison
equal
deleted
inserted
replaced
7324:4e36579df31c | 7325:67aef14de9c2 |
---|---|
18 | 18 |
19 ## Undocumented internal function. | 19 ## Undocumented internal function. |
20 | 20 |
21 ## Author: jwe | 21 ## Author: jwe |
22 | 22 |
23 function tmp = __bars__ (h, vertical, x, y, xb, yb, width, group, have_color_spec, varargin) | 23 function tmp = __bars__ (h, vertical, x, y, xb, yb, width, group, have_color_spec, base_value, varargin) |
24 | |
25 ## Note, base_value is used by the Jhandles backend, which replaces | |
26 ## this function with its own version. | |
24 | 27 |
25 ycols = columns (y); | 28 ycols = columns (y); |
26 clim = get (h, "clim"); | 29 clim = get (h, "clim"); |
27 | 30 |
28 if (vertical) | 31 if (vertical) |