diff scripts/plot/plot_border.m @ 5152:b111ca4715c6

[project @ 2005-02-21 19:41:23 by jwe]
author jwe
date Mon, 21 Feb 2005 19:41:23 +0000
parents 7fa16e369904
children eecc24b92d97
line wrap: on
line diff
--- a/scripts/plot/plot_border.m
+++ b/scripts/plot/plot_border.m
@@ -110,4 +110,8 @@
     eval (sprintf ("gset border %d", border));
   endif
 
+  if (automatic_replot)
+    replot
+  endif
+
 endfunction