Mercurial > hg > octave-lyh
diff scripts/plot/__errplot__.m @ 5395:8db4eb48f546
[project @ 2005-06-16 20:19:18 by jwe]
author | jwe |
---|---|
date | Thu, 16 Jun 2005 20:19:19 +0000 |
parents | 4c8a2e4e0717 |
children | c49aec8a9080 |
line wrap: on
line diff
--- a/scripts/plot/__errplot__.m +++ b/scripts/plot/__errplot__.m @@ -34,7 +34,7 @@ ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> ## Keywords: errorbar, plotting -function __errplot__ (fstr,a1,a2,a3,a4,a5,a6) +function __errplot__ (fstr, a1, a2, a3, a4, a5, a6) if (nargin < 3 || nargin > 7) # at least three data arguments needed usage ("__errplot__ (fmt, arg1, ...)");