Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
5394:256dde4f6aea | 5395:8db4eb48f546 |
---|---|
32 | 32 |
33 ## Created: 18.7.2000 | 33 ## Created: 18.7.2000 |
34 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> | 34 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
35 ## Keywords: errorbar, plotting | 35 ## Keywords: errorbar, plotting |
36 | 36 |
37 function __errplot__ (fstr,a1,a2,a3,a4,a5,a6) | 37 function __errplot__ (fstr, a1, a2, a3, a4, a5, a6) |
38 | 38 |
39 if (nargin < 3 || nargin > 7) # at least three data arguments needed | 39 if (nargin < 3 || nargin > 7) # at least three data arguments needed |
40 usage ("__errplot__ (fmt, arg1, ...)"); | 40 usage ("__errplot__ (fmt, arg1, ...)"); |
41 endif | 41 endif |
42 | 42 |