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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents b2e882e8b68b
children 1a6d826e92b5
line wrap: on
line diff
--- a/scripts/plot/replot.m
+++ b/scripts/plot/replot.m
@@ -36,7 +36,7 @@
       eval (__plot_command__{__current_figure__}{__multiplot_xi__,__multiplot_yi__});
     endif
   else
-    usage ("replot ()");
+    print_usage ();
   endif
 
 endfunction