diff scripts/plot/plot_border.m @ 5252:3d9afb170a39

[project @ 2005-03-28 18:40:35 by jwe]
author jwe
date Mon, 28 Mar 2005 18:40:35 +0000
parents 32c569794216
children 6b91c98e3db0
line wrap: on
line diff
--- a/scripts/plot/plot_border.m
+++ b/scripts/plot/plot_border.m
@@ -100,14 +100,14 @@
   endwhile
 
   if (none)
-    __gnuplot_set__ noborder;
+    __gnuplot_raw__ ("set noborder;\n");
   else
     if (all)
       border = 15;
     else
       border = south + west + north + east;
     endif
-    eval (sprintf ("__gnuplot_set__ border %d", border));
+    __gnuplot_raw__ (sprintf ("set border %d;\n", border));
   endif
 
   if (automatic_replot)