diff scripts/plot/gnuplot_drawnow.m @ 11120:a44f979a35ce

style fixes for some .m files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Oct 2010 20:49:17 -0400
parents a8ac114ec9ab
children 9f080d23396f
line wrap: on
line diff
--- a/scripts/plot/gnuplot_drawnow.m	Tue Oct 19 04:31:30 2010 -0400
+++ b/scripts/plot/gnuplot_drawnow.m	Wed Oct 20 20:49:17 2010 -0400
@@ -206,7 +206,7 @@
           if (__gnuplot_has_feature__ ("wxt_figure_size"))
             terminals_with_size{end+1} = "wxt";
           endif
-          switch term
+          switch (term)
           case terminals_with_size
             size_str = sprintf ("size %g,%g", gnuplot_size);
           case "tikz"