Skip to content
Back to formatted view

Raw Message

Message-ID: <eb555e660512070827h780a0738kf9ebac939e05e252@mail.gmail.com>
Date: 2005-12-07T16:27:46Z
From: Deepayan Sarkar
Subject: A question on colors for plotog groupedData
In-Reply-To: <1750.217.126.93.15.1133971899.squirrel@correu.udl.es>

On 12/7/05, Albert Sorribas <Albert.Sorribas at cmb.udl.es> wrote:
>
> I have a groupedData object named data.
> When I use plot(data) I obtain a trellis plot for each group with a grey
> bakground. How can I change the background to white? I tried with
> par(bg="white") but got no change at all.
>
> I would appreciate any suggestion.

Read ?trellis.device (after attaching the lattice package).

Deepayan