comparison scripts/plot/print.m @ 7269:3fade00a6ac7

[project @ 2007-12-07 19:26:20 by jwe]
author jwe
date Fri, 07 Dec 2007 19:26:21 +0000
parents e8d953d03f6a
children 72b0181c41f1
comparison
equal deleted inserted replaced
7268:47e4ebac1bfa 7269:3fade00a6ac7
370 endif 370 endif
371 new_terminal = strcat ("svg", options); 371 new_terminal = strcat ("svg", options);
372 372
373 endif 373 endif
374 374
375 mono = use_color < 0;
376
375 if (debug) 377 if (debug)
376 drawnow (new_terminal, name, debug_file); 378 drawnow (new_terminal, name, mono, debug_file);
377 else 379 else
378 drawnow (new_terminal, name); 380 drawnow (new_terminal, name, mono);
379 endif 381 endif
380 382
381 if (! isempty (convertname)) 383 if (! isempty (convertname))
382 command = sprintf ("convert '%s' '%s'", name, convertname); 384 command = sprintf ("convert '%s' '%s'", name, convertname);
383 [errcode, output] = system (command); 385 [errcode, output] = system (command);