Skip to content
Prev 26038 / 398502 Next

Controlling graphics parameters in lattice

On Fri, 6 Dec 2002, Michael Friendly wrote:

            
Both.  Try
trellis.par.set("fontsize", list(default=12))

but it is a bug in the grid package.
You need to open the device whose background you are trying to change:

trellis.device()
That should be detected (no trellis device open) and give an error or open
a device.