Mercurial > hg > octave-lyh
comparison scripts/plot/bar.m @ 6448:2110cc251779
[project @ 2007-03-24 02:47:36 by jwe]
author | jwe |
---|---|
date | Sat, 24 Mar 2007 02:47:36 +0000 |
parents | 34f96dd5441b |
children | 9dcfc78da664 |
comparison
equal
deleted
inserted
replaced
6447:3f79532415b5 | 6448:2110cc251779 |
---|---|
40 ## @end example | 40 ## @end example |
41 ## | 41 ## |
42 ## @noindent | 42 ## @noindent |
43 ## are equivalent. | 43 ## are equivalent. |
44 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, | 44 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, |
45 ## stairs, replot, xlabel, ylabel, title} | 45 ## stairs, xlabel, ylabel, title} |
46 ## @end deftypefn | 46 ## @end deftypefn |
47 | 47 |
48 ## Author: jwe | 48 ## Author: jwe |
49 | 49 |
50 function [xb, yb] = bar (x, y) | 50 function [xb, yb] = bar (x, y) |