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 wells@submute.net [[alternative HTML version deleted]]