A reproducible example would be nice.

Try grid = FALSE for the first question, though I'm unaware which
lattice plot you are using where the default is TRUE. So I can't
guarantee that will even work.

For your second question, add

par.settings = list(strip.background = list(col = "white"))

to your call (e.g. xyplot(..., par.settings = ...)).

To see what other parameters you can set in par.settings, try:

str(trellis.par.get())

HTH,

--sundar

On Tue, Aug 25, 2009 at 6:14 AM, Wallis,
David<david.walli...@imperial.ac.uk> wrote:
> To: silwood-r
> Subject: Removing lattice graph gridlines and editing label box colour
>
> Hi,
>
> Is it possible to remove the background gridlines from a lattice graph (ie 
> graph made up of multiple individual graphs with annoying blue grid in the 
> backgroun)?
>
> Also, Is it possible to change the colour of the individual graph label 
> boxes? - ie the default pink boxes above the individual graphs
>
> Thanks
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to