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)
>
>
> It is working here (rpy2-2
I have confirmed with you that rpy2 builds against a non-Enthought
Python. The issue with the flags is probably more a question for Enthought.
L.
Laurent Gautier wrote:
> rpy2 and Enthought Python have been reported to have interaction problems.
>
> which version of rpy2 are you trying to ins
Faisal Moledina wrote:
> Hello Laurent,
>
> I've attached a minimal example. Removing the comment at line 69, which reads:
> pp=pp+ggplot2.geom_line(datafline,ggplot2.aes_string(x='z',y='dens'))
That's more an issue with ggplot2 than with rpy2.
What I meant earlier is the following:
pp += ggplo