Brunschwig, Hadassa {PDMM~Basel}
2003-Aug-21 06:29 UTC
[R] Changing Color of Graphics Device
Hello! Several of us here have tried to change the dark grey background color of the graphics device, without success. This grey background color only so far appears for Trellis plots. All other plots are shown with white background color. Is there any way to change this color? Regards Dassy
Brunschwig, Hadassa {PDMM~Basel} wrote:> Hello! > > Several of us here have tried to change the dark grey background color of the graphics device, without success. This grey background color only so far appears for Trellis plots. All other plots are shown with white background color. Is there any way to change this color? > > Regards > > DassySeveral users have already asked this question, hence you'll find the answer in the mailing list archives. See ?trellis.device which tells you about its arguments "color" and "theme" and that you can set options(lattice.theme = "col.whitebg") Uwe Ligges