Re: [Rpy] OS X and Quartz window

2009-12-09 Thread Laurent Gautier
On 12/10/09 5:40 AM, Faisal Moledina wrote: > Hey all, > > There was a thread a few weeks back (before I subscribed to the list) > about using rpy2 with Quartz on OS X. The last email in the thread was > from Laurent and read > > "…to demonstrate by the > example I just opened a quartz interactive

Re: [Rpy] multiple data frames in ggplot2

2009-12-09 Thread Laurent Gautier
On 12/9/09 11:45 PM, Faisal Moledina wrote: > On Thu, Dec 3, 2009 at 10:57 AM, Laurent Gautier wrote: >> >> Please continue reporting what does work like it seems it should along the >> way. >> > > This may sound ridiculous, but I'm not sure how to display the plot > anymore. The ggplot stored in

[Rpy] OS X and Quartz window

2009-12-09 Thread Faisal Moledina
Hey all, There was a thread a few weeks back (before I subscribed to the list) about using rpy2 with Quartz on OS X. The last email in the thread was from Laurent and read "…to demonstrate by the example I just opened a quartz interactive device, and made plots in it, with the following install:

Re: [Rpy] multiple data frames in ggplot2

2009-12-09 Thread Faisal Moledina
On Thu, Dec 3, 2009 at 10:57 AM, Laurent Gautier wrote: > > Please continue reporting what does work like it seems it should along the > way. > This may sound ridiculous, but I'm not sure how to display the plot anymore. The ggplot stored in 'pp' generated by the static ggplot2 library had a plot

Re: [Rpy] object not found

2009-12-09 Thread Peter
On Wed, Dec 9, 2009 at 3:23 AM, Mark Larsen wrote: > >>     slope1 = with_mode(NO_CONVERSION, r.zyp.sen)(r("p~t")) > > A quick glance tells me this line is a problem.  The "." is reserved > in Python for modules/classes, try with an underscore: > > slope1 = with_mode(NO_CONVERSION, r.zyp_sen)(r("p