diff scripts/plot/plot_border.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents eecc24b92d97
children 3d9afb170a39
line wrap: on
line diff
--- a/scripts/plot/plot_border.m	Wed Mar 16 17:14:12 2005 +0000
+++ b/scripts/plot/plot_border.m	Wed Mar 16 18:54:52 2005 +0000
@@ -100,14 +100,14 @@
   endwhile
 
   if (none)
-    __gset__ noborder;
+    __gnuplot_set__ noborder;
   else
     if (all)
       border = 15;
     else
       border = south + west + north + east;
     endif
-    eval (sprintf ("__gset__ border %d", border));
+    eval (sprintf ("__gnuplot_set__ border %d", border));
   endif
 
   if (automatic_replot)