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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 7e7ed81f5566
children 8614649c454c
line wrap: on
line diff
--- a/scripts/plot/subplot.m
+++ b/scripts/plot/subplot.m
@@ -86,7 +86,7 @@
   __plot_globals__;
 
   if (nargin != 3 && nargin != 1)
-    usage ("subplot (rows, columns, index) or subplot (rcn)");
+    print_usage ();
   endif
 
   if (nargin == 1)