Mercurial > hg > octave-nkf
comparison scripts/plot/print.m @ 7189:e8d953d03f6a
[project @ 2007-11-26 20:42:09 by dbateman]
author | dbateman |
---|---|
date | Mon, 26 Nov 2007 20:42:11 +0000 |
parents | 1f16da18d85d |
children | 3fade00a6ac7 |
comparison
equal
deleted
inserted
replaced
7188:fdd7cd70dc14 | 7189:e8d953d03f6a |
---|---|
255 if (dev(1) == "e") | 255 if (dev(1) == "e") |
256 options = "eps "; | 256 options = "eps "; |
257 else | 257 else |
258 options = strcat (orientation, " "); | 258 options = strcat (orientation, " "); |
259 endif | 259 endif |
260 options = strcat (options, "enhanced "); | |
261 termn = "postscript"; | 260 termn = "postscript"; |
262 endif | 261 endif |
263 | 262 |
264 if (any (dev == "c") || use_color > 0) | 263 if (any (dev == "c") || use_color > 0) |
265 if (force_solid < 0) | 264 if (force_solid < 0) |