Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/__gnuplot_drawnow__.m +++ b/scripts/plot/__gnuplot_drawnow__.m @@ -296,9 +296,9 @@ if (! __gnuplot_has_feature__ ("has_termoption_dashed")) ## If "set termoption dashed" isn't available add "dashed" option ## to the "set terminal ..." command, if it is supported. - if (any (strcmp (term, {"aqua", "cgm", "eepic", "emf", "epslatex", \ - "fig", "pcl5", "mp", "next", "openstep", "pdf", \ - "pdfcairo", "pngcairo", "postscript", \ + if (any (strcmp (term, {"aqua", "cgm", "eepic", "emf", "epslatex", ... + "fig", "pcl5", "mp", "next", "openstep", "pdf", ... + "pdfcairo", "pngcairo", "postscript", ... "pslatex", "pstext", "svg", "tgif", "x11"}))) term_str = [term_str " dashed"]; endif