Re: [Rpy] multiple data frames in ggplot2

2009-11-30 Thread Faisal Moledina
On Mon, Nov 30, 2009 at 4:26 PM, Laurent Gautier wrote: >> Next problem: Because I included the option y='..density..' in my >> histogram aes, my plot now has ..density.. as its x label. This >> doesn't happen in R. I thought I could rectify this by adding the line >> pp=pp+ggplot2.opts(xlab="z"),

Re: [Rpy] multiple data frames in ggplot2

2009-11-30 Thread Laurent Gautier
Faisal Moledina wrote: > Laurent, > > On Sun, Nov 29, 2009 at 4:13 AM, Laurent Gautier wrote: >> That's more an issue with ggplot2 than with rpy2. >> What I meant earlier is the following: >> >> pp += ggplot2.geom_line(ggplot2.aes_string(x='z',y='dens'), >>data=datafline)