Quantcast

how to change the trellis graph background color

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

how to change the trellis graph background color

Lisa Wang
Hello there,

Please shed some light on how to change the background color of trellis
graphic background.


Thanks a lot

lisa Wang
Toronto, Ca

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how to change the trellis graph background color

Wiener, Matthew
Take a look at trellis.par.set().

For example, trellis.par.set(theme = col.whitebg()) changes things to look
more or less like the default from the "standard" R graphics functions.  But
you can change one option at a time too.

Hope this helps,

Matt Wiener

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Lisa Wang
Sent: Friday, March 31, 2006 4:23 PM
To: R-Help
Subject: [R] how to change the trellis graph background color

Hello there,

Please shed some light on how to change the background color of trellis
graphic background.


Thanks a lot

lisa Wang
Toronto, Ca

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how to change the trellis graph background color

Bert Gunter
In reply to this post by Lisa Wang
Please read the man pages.

?trellis.par.set
which leads you also to ?trellis.device

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box
 
 

> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of Lisa Wang
> Sent: Friday, March 31, 2006 1:23 PM
> To: R-Help
> Subject: [R] how to change the trellis graph background color
>
> Hello there,
>
> Please shed some light on how to change the background color
> of trellis
> graphic background.
>
>
> Thanks a lot
>
> lisa Wang
> Toronto, Ca
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Loading...