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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 250917610b55
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/figure.m
+++ b/scripts/plot/figure.m
@@ -53,7 +53,7 @@
       warning ("figure: setting figure properties is unsupported");
     endif
   else
-    usage ("figure (n)");
+    print_usage ();
   endif
 
 endfunction