|
From: Ethan M. <merritt@u.washington.edu> - 2004-10-28 15:52:52
|
On Thursday 28 October 2004 03:41 am, Hans-Bernhard Broeker wrote: > At least part of the responsibility for this problem lies in your > scripts. They fail to close the output files. I.e. before you > > set term x11 > > you should > > set output That's not what the documentation says. It says: When both `set terminal` and `set output` are used together it is safest to give `set terminal` first It sounds like the bug being reported may be the same one that is corrupting my PostScript output when I try to use push/pop term. Do you know exactly what bit of the code is doing this? I have been looking, but failing to find it. |