diff scripts/plot/top_title.m @ 2520:a034dcdbc282

[project @ 1996-11-15 04:57:21 by jwe]
author jwe
date Fri, 15 Nov 1996 04:59:08 +0000
parents b5568c31ee2c
children 8b262e771614
line wrap: on
line diff
--- a/scripts/plot/top_title.m
+++ b/scripts/plot/top_title.m
@@ -39,9 +39,9 @@
   endif
 
   if (isstr (text))
-    set bottom_title;
-    set title;
-    eval (sprintf ("set top_title \"%s\"", text));
+    gset bottom_title;
+    gset title;
+    eval (sprintf ("gset top_title \"%s\"", text));
   else
     error ("error: top_title: text must be a string");
   endif