Mercurial > hg > octave-nkf
comparison scripts/plot/__errplot__.m @ 6046:34f96dd5441b
[project @ 2006-10-10 16:10:25 by jwe]
author | jwe |
---|---|
date | Tue, 10 Oct 2006 16:10:31 +0000 |
parents | 01556febbaaf |
children | 1a6d826e92b5 |
comparison
equal
deleted
inserted
replaced
6045:421d8a903df7 | 6046:34f96dd5441b |
---|---|
38 __plot_globals__; | 38 __plot_globals__; |
39 | 39 |
40 __setup_plot__ ("__gnuplot_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 print_usage (); |
44 endif | 44 endif |
45 | 45 |
46 j = __plot_data_offset__{__current_figure__}(__multiplot_xi__,__multiplot_yi__); | 46 j = __plot_data_offset__{__current_figure__}(__multiplot_xi__,__multiplot_yi__); |
47 | 47 |
48 fmt = __pltopt__ ("__errplot__", fstr); | 48 fmt = __pltopt__ ("__errplot__", fstr); |