diff scripts/plot/title.m @ 5493:b2e882e8b68b

[project @ 2005-10-13 17:51:19 by jwe]
author jwe
date Thu, 13 Oct 2005 17:51:19 +0000
parents ec8c33dcd1bf
children 2618a0750ae6
line wrap: on
line diff
--- a/scripts/plot/title.m	Thu Oct 13 16:58:23 2005 +0000
+++ b/scripts/plot/title.m	Thu Oct 13 17:51:19 2005 +0000
@@ -37,8 +37,7 @@
     __gnuplot_raw__ (sprintf ("set title \"%s\";\n",
 			      undo_string_escapes (text)));
     if (automatic_replot)
-      ## No semicolon (see replot.m).
-      __gnuplot_replot__
+      replot ();
     endif
   else
     error ("title: text must be a string");