diff scripts/plot/top_title.m @ 5253:6b91c98e3db0

[project @ 2005-03-28 18:56:56 by jwe]
author jwe
date Mon, 28 Mar 2005 18:56:56 +0000
parents 3d9afb170a39
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/plot/top_title.m	Mon Mar 28 18:40:35 2005 +0000
+++ b/scripts/plot/top_title.m	Mon Mar 28 18:56:56 2005 +0000
@@ -39,7 +39,8 @@
     __gnuplot_raw__ (sprintf ("set top_title \"%s\";\n",
 			      undo_string_escapes (text)));
     if (automatic_replot)
-      replot ();
+      ## No semicolon (see replot.m).
+      __gnuplot_replot__
     endif
   else
     error ("error: top_title: text must be a string");