Re: [Rpy] Ask two simple questions

2008-07-26 Thread Peter
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

[Rpy] Ask two simple questions

2008-07-25 Thread Shulin Zhuang
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 =