Mercurial > hg > octave-nkf
comparison scripts/plot/__errplot__.m @ 6004:01556febbaaf
[project @ 2006-09-26 21:16:52 by jwe]
author | jwe |
---|---|
date | Tue, 26 Sep 2006 21:16:52 +0000 |
parents | bd39bbda9bd9 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
6003:7f8e4f5e2eb7 | 6004:01556febbaaf |
---|---|
35 | 35 |
36 function __errplot__ (fstr, a1, a2, a3, a4, a5, a6) | 36 function __errplot__ (fstr, a1, a2, a3, a4, a5, a6) |
37 | 37 |
38 __plot_globals__; | 38 __plot_globals__; |
39 | 39 |
40 __setup_plot__; | 40 __setup_plot__ ("__gnuplot_plot__"); |
41 | 41 |
42 if (nargin < 3 || nargin > 7) # at least three data arguments needed | 42 if (nargin < 3 || nargin > 7) # at least three data arguments needed |
43 usage ("__errplot__ (fmt, arg1, ...)"); | 43 usage ("__errplot__ (fmt, arg1, ...)"); |
44 endif | 44 endif |
45 | 45 |