diff 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
line wrap: on
line diff
--- a/scripts/plot/__errplot__.m
+++ b/scripts/plot/__errplot__.m
@@ -40,7 +40,7 @@
   __setup_plot__ ("__gnuplot_plot__");
 
   if (nargin < 3 || nargin > 7) # at least three data arguments needed
-    usage ("__errplot__ (fmt, arg1, ...)");
+    print_usage ();
   endif
 
   j = __plot_data_offset__{__current_figure__}(__multiplot_xi__,__multiplot_yi__);