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
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
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:
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
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