diff scripts/plot/replot.m @ 6257:44c91c5dfe1d

[project @ 2007-01-30 19:16:52 by jwe]
author jwe
date Tue, 30 Jan 2007 19:16:55 +0000
parents 235a1b456cf4
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/plot/replot.m
+++ b/scripts/plot/replot.m
@@ -27,7 +27,7 @@
 function replot ()
   
   if (nargin == 0)
-    __render_plot__ ();
+    drawnow ();
   else
     print_usage ();
   endif