Mercurial > hg > octave-nkf
comparison scripts/plot/__gnuplot_drawnow__.m @ 17245:7babcdb9bc13
Use ... instead of \ for line continuation marker.
* plotimages.m, bsxfun.cc, cellfun.cc, __unimplemented__.m,
importdata.m, textscan.m, edit.m, fsolve.m, sqp.m,
__gnuplot_drawnow__.m, __marching_cube__.m, stemleaf.m, polyfit.m,
z_test.m, z_test_2.m, test.m:
Use ... instead of \ for line continuation marker.
author | Stefan Mahr <dac922@gmx.de> |
---|---|
date | Mon, 12 Aug 2013 17:36:54 +0200 |
parents | c3c1ebfaa7dc |
children | 09543e9c8f40 |
comparison
equal
deleted
inserted
replaced
17244:9de751a10910 | 17245:7babcdb9bc13 |
---|---|
294 endif | 294 endif |
295 endif | 295 endif |
296 if (! __gnuplot_has_feature__ ("has_termoption_dashed")) | 296 if (! __gnuplot_has_feature__ ("has_termoption_dashed")) |
297 ## If "set termoption dashed" isn't available add "dashed" option | 297 ## If "set termoption dashed" isn't available add "dashed" option |
298 ## to the "set terminal ..." command, if it is supported. | 298 ## to the "set terminal ..." command, if it is supported. |
299 if (any (strcmp (term, {"aqua", "cgm", "eepic", "emf", "epslatex", \ | 299 if (any (strcmp (term, {"aqua", "cgm", "eepic", "emf", "epslatex", ... |
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 end |
306 if (any (strcmp (term, {"aqua", "wxt"}))) | 306 if (any (strcmp (term, {"aqua", "wxt"}))) |