Mercurial > hg > octave-lyh
comparison scripts/plot/__errplot__.m @ 5720:067948dc39bf
[project @ 2006-03-28 11:25:29 by jwe]
author | jwe |
---|---|
date | Tue, 28 Mar 2006 11:25:29 +0000 |
parents | 2618a0750ae6 |
children | bd39bbda9bd9 |
comparison
equal
deleted
inserted
replaced
5719:8c224c786df9 | 5720:067948dc39bf |
---|---|
26 ## @end example | 26 ## @end example |
27 ## | 27 ## |
28 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__, | 28 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__, |
29 ## bar, stairs, errorbar, replot, xlabel, ylabel, and title} | 29 ## bar, stairs, errorbar, replot, xlabel, ylabel, and title} |
30 ## @end deftypefn | 30 ## @end deftypefn |
31 | |
31 ## Created: 18.7.2000 | 32 ## Created: 18.7.2000 |
32 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> | 33 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
33 ## Keywords: errorbar, plotting | 34 ## Keywords: errorbar, plotting |
34 | 35 |
35 function __errplot__ (fstr, a1, a2, a3, a4, a5, a6) | 36 function __errplot__ (fstr, a1, a2, a3, a4, a5, a6) |