Skip to content
Prev 26879 / 63434 Next

Defaults for postscript()

On 12/6/07, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
I'm not so sure about the 'onefile' change. Scripts with multiple
plots run in batch mode will end up with multiple files; I prefer the
current behaviour. I also have test scripts in packages that go


postscript("something.ps")
<many examples>
dev.off()


Unless I change all these to have onefile=TRUE, I'll end up only with
the last plot available after the tests are run.

-Deepayan