Thanks. That fixed it. But I should've been careful about what I asked for. Now the graphs are basically unusable without transparency because the bands overlap so much. I'm still looking for a way to get transparency into Word without resorting to raster graphics.
On Wed, Feb 4, 2009 at 12:55 PM, hadley wickham <[email protected]> wrote: > On Wed, Feb 4, 2009 at 10:55 AM, Ian Fiske <[email protected]> wrote: >> Thanks for the suggestion, Hadley. I tried: >> >> stat_smooth(fill=alpha("grey",1)) >> >> and got the same problem. The shaded band shows up in the graphics >> windows, but the only file format the keeps the confidence band is >> PDF. >> >> Am I doing this correctly? > > Oops, I should have been more clear. You want: > > + stat_smooth(alpha = 1) > > Hadley > > -- > http://had.co.nz/ > ______________________________________________ [email protected] 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.

