On Fri, Jul 25, 2008 at 9:30 PM, Shulin Zhuang <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I am new to rpy.
> Today, I just install rpy, R2.7, python2.5 and can successful use it under
> windows.
>
> Question1:
>
> ...
> if I only execute r.plot_default(x, y1, col="blue", type="o") for one
> time,r
Dear All,
I am new to rpy.
Today, I just install rpy, R2.7, python2.5 and can successful use it under
windows.
Question1:
When I test the rpy using the following, I can get the plot, however, the R
Graphics will be blank, it does not respond.
from rpy import *
import math
x = range(0, 10)
y1 =