I have the following:

par(bg='#FFFFCC', family='Lucida Grande')
plot(salaries$yearID, salaries$salary/1000000)

Which creates a graph with the correct offwhite/yellow background. However,
I want the actual plot box to have a white background.

par(bg='#FFFFCC', family='Lucida Grande')
plot(salaries$yearID, salaries$salary/1000000, bg='#FFFFFF')

But that does nothing. How can I accomplish this? Thanks!

-- 
Wells Oliver
we...@submute.net

        [[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.

Reply via email to