diff scripts/plot/contour.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/contour.m
+++ b/scripts/plot/contour.m
@@ -133,7 +133,7 @@
       error ("contour: x and y must be vectors and z must be a matrix");
     endif
   else
-    usage ("contour (x, y, z, levels) or contour (z, levels)");
+    print_usage ();
   endif
 
 endfunction