Mercurial > hg > octave-lyh
comparison scripts/plot/gnuplot_drawnow.m @ 9249:470af0f93ca9
ghostscript handling for windows in print.m
author | Benjamin Lindner <lindnerb@users.sourceforge.net> |
---|---|
date | Sun, 24 May 2009 10:09:19 +0200 |
parents | 406ed43c0233 |
children | 4f96a7770492 |
comparison
equal
deleted
inserted
replaced
9248:98034ebda172 | 9249:470af0f93ca9 |
---|---|
276 endif | 276 endif |
277 endif | 277 endif |
278 | 278 |
279 if (nargin == 5) | 279 if (nargin == 5) |
280 if (! isempty (file)) | 280 if (! isempty (file)) |
281 fprintf (plot_stream, "set output \"%s\";\n", file); | 281 fprintf (plot_stream, "set output '%s';\n", file); |
282 endif | 282 endif |
283 endif | 283 endif |
284 | 284 |
285 endfunction | 285 endfunction |
286 | 286 |