diff scripts/plot/__plt2__.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 07421c4e0312
children 1a6d826e92b5
line wrap: on
line diff
--- a/scripts/plot/__plt2__.m
+++ b/scripts/plot/__plt2__.m
@@ -26,7 +26,7 @@
 function [data, fmtstr] = __plt2__ (x1, x2, fmt)
 
   if (nargin < 2 || nargin > 3 || nargout != 2)
-    usage ("[data, fmtstr] = __plt2__ (x1, x2, fmt)");
+    print_usage ();
   endif
 
   if (nargin == 2)