comparison 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
comparison
equal deleted inserted replaced
11119:d3eaaa7c6762 11120:a44f979a35ce
204 terminals_with_size{end+1} = "x11"; 204 terminals_with_size{end+1} = "x11";
205 endif 205 endif
206 if (__gnuplot_has_feature__ ("wxt_figure_size")) 206 if (__gnuplot_has_feature__ ("wxt_figure_size"))
207 terminals_with_size{end+1} = "wxt"; 207 terminals_with_size{end+1} = "wxt";
208 endif 208 endif
209 switch term 209 switch (term)
210 case terminals_with_size 210 case terminals_with_size
211 size_str = sprintf ("size %g,%g", gnuplot_size); 211 size_str = sprintf ("size %g,%g", gnuplot_size);
212 case "tikz" 212 case "tikz"
213 size_str = sprintf ("size %gin,%gin", gnuplot_size); 213 size_str = sprintf ("size %gin,%gin", gnuplot_size);
214 case "dumb" 214 case "dumb"