Mercurial > hg > octave-nkf
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 +++ b/scripts/plot/gnuplot_drawnow.m @@ -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"