comparison scripts/plot/__gnuplot_drawnow__.m @ 17306:09543e9c8f40

Use explicit form of end (endif, endfor, etc.) in core m-files. * scripts/general/interp1.m, scripts/image/rgb2ind.m, scripts/plot/__gnuplot_drawnow__.m, scripts/plot/private/__ezplot__.m, scripts/plot/private/__go_draw_axes__.m, scripts/special-matrix/gallery.m, scripts/strings/strjoin.m, scripts/testfun/assert.m, scripts/ui/questdlg.m: Use explicit form of end (endif, endfor, etc.) in core m-files.
author Rik <rik@octave.org>
date Wed, 21 Aug 2013 16:42:13 -0700
parents 7babcdb9bc13
children 3f0ed69d21c6
comparison
equal deleted inserted replaced
17305:ab71b9829752 17306:09543e9c8f40
300 "fig", "pcl5", "mp", "next", "openstep", "pdf", ... 300 "fig", "pcl5", "mp", "next", "openstep", "pdf", ...
301 "pdfcairo", "pngcairo", "postscript", ... 301 "pdfcairo", "pngcairo", "postscript", ...
302 "pslatex", "pstext", "svg", "tgif", "x11"}))) 302 "pslatex", "pstext", "svg", "tgif", "x11"})))
303 term_str = [term_str " dashed"]; 303 term_str = [term_str " dashed"];
304 endif 304 endif
305 end 305 endif
306 if (any (strcmp (term, {"aqua", "wxt"}))) 306 if (any (strcmp (term, {"aqua", "wxt"})))
307 term_str = [term_str, " ", "dashlength 1"]; 307 term_str = [term_str, " ", "dashlength 1"];
308 elseif (any (strcmp (term, {"epslatex", "postscript", "pslatex"}))) 308 elseif (any (strcmp (term, {"epslatex", "postscript", "pslatex"})))
309 term_str = [term_str, " ", "dashlength 2"]; 309 term_str = [term_str, " ", "dashlength 2"];
310 endif 310 endif