diff scripts/plot/plot_border.m @ 5253:6b91c98e3db0

[project @ 2005-03-28 18:56:56 by jwe]
author jwe
date Mon, 28 Mar 2005 18:56:56 +0000
parents 3d9afb170a39
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/plot/plot_border.m
+++ b/scripts/plot/plot_border.m
@@ -111,7 +111,8 @@
   endif
 
   if (automatic_replot)
-    replot ();
+    ## No semicolon (see replot.m).
+    __gnuplot_replot__
   endif
 
 endfunction