changeset 7211:621111e57a86

[project @ 2007-11-28 19:00:05 by jwe]
author jwe
date Wed, 28 Nov 2007 19:00:05 +0000
parents 818b1417bce9
children 720c2b4271f8
files scripts/ChangeLog scripts/plot/drawnow.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Nov 28 16:43:13 2007 +0000
+++ b/scripts/ChangeLog	Wed Nov 28 19:00:05 2007 +0000
@@ -1,3 +1,7 @@
+2007-11-28  Michael Goffioul <michael.goffioul@gmail.com>
+
+	* plot/drawnow.m: Fix typo.
+
 2007-11-27  David Bateman  <dbateman@free.fr>
 
 	* plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m,
--- a/scripts/plot/drawnow.m	Wed Nov 28 16:43:13 2007 +0000
+++ b/scripts/plot/drawnow.m	Wed Nov 28 19:00:05 2007 +0000
@@ -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