diff scripts/plot/top_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 34f96dd5441b
line wrap: on
line diff
--- a/scripts/plot/top_title.m
+++ b/scripts/plot/top_title.m
@@ -39,8 +39,7 @@
     __gnuplot_raw__ (sprintf ("set top_title \"%s\";\n",
 			      undo_string_escapes (text)));
     if (automatic_replot)
-      ## No semicolon (see replot.m).
-      __gnuplot_replot__
+      replot ();
     endif
   else
     error ("error: top_title: text must be a string");