Skip to content
Prev 6550 / 63424 Next

Windows testing

Duncan Murdoch <murdoch@stats.uwo.ca> writes:
We might, but not for this release. Basically that's just the way
par(ask=T) works: ask *before* plotting to a device. It could ask
afterwards ("Are you through seeing this?") but it doesn't. Presumably
someone considered the alternatives once upon a time...

Personally, I'm more miffed by the fact that par(ask=T) by itself
causes a graphics window to open. This is of course tricky to avoid,
since you need to have the device before setting its parameters. But
it is getting in the way of example(), causing it to rattle off all
graphics output in one go since we wouldn't want to set par(ask=T) on
help pages that generate no graphics.

Of course, we could eventually decide to make the demos more smooth as
you suggested. Don't forget to unset any previous setting of par(ask=)
or you will get asked twice per plot....