|
From:
<br...@ph...> - 2005-06-23 21:28:40
|
Daniel J Sebald wrote: > How about keep overwriting the old one? That way, if a person makes a > mistake, s/he can retype the command without having go through the "set > output; set term ...; set output ..." sequence again. I would tend to value internal consistency with other drivers more important than that --- the PNG/GD driver family established "typical" gnuplot behaviour, which any new drivers faced with the same problem should follow. I'm a little surprised that "postscript eps" mode doesn't behave properly either --- it manages to avoid actually outputting %%Page DSCs, but still allows multiple /showpage instances in the same file. I suspect that's a direct violation of the EPSF file definition. I.e. the problem is bigger then it originally appeared. |