diff scripts/plot/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/title.m
+++ b/scripts/plot/title.m
@@ -34,7 +34,7 @@
   endif
 
   if (isstr (text))
-    command = sprintf ("set title \"%s\"", text);
+    command = sprintf ("gset title \"%s\"", text);
     eval (command);
   else
     error ("title: text must be a string");