diff scripts/plot/drawnow.m @ 7211:621111e57a86

[project @ 2007-11-28 19:00:05 by jwe]
author jwe
date Wed, 28 Nov 2007 19:00:05 +0000
parents b48a21816f2e
children 3fade00a6ac7
line wrap: on
line diff
--- a/scripts/plot/drawnow.m
+++ b/scripts/plot/drawnow.m
@@ -186,7 +186,7 @@
 	       enh_str, h);
 
     elseif (enhanced)
-      fprintf (plot_stream "set terminal %s %s\n", term, enh_str);
+      fprintf (plot_stream, "set terminal %s %s\n", term, enh_str);
     endif
     ## gnuplot will pick up the GNUTERM environment variable itself
     ## so no need to set the terminal type if not also setting the