Re: [R] ggplot, getting two scales and one stat.

2008-09-27 Thread Tylere Couture
rks fine ?? 2008/9/27 hadley wickham <[EMAIL PROTECTED]> > On Sat, Sep 27, 2008 at 1:08 AM, Tylere Couture <[EMAIL PROTECTED]> > wrote: > > I have a simple plot: > > > > ggplot(polls, aes(x =Date, y = Popular_Support, colour=Party, > sha

[R] ggplot, getting two scales and one stat.

2008-09-26 Thread Tylere Couture
I have a simple plot: ggplot(polls, aes(x =Date, y = Popular_Support, colour=Party, shape=Source)) + stat_smooth(span=0.5) + geom_point() How can I get the smooth to only render along one of the scales? ie, I want to see regressions for each colour, but not each shape. Right now I get a trendlin