Re: [Rpy] Plot window closes immediately

2009-04-14 Thread Peter
On Tue, Apr 14, 2009 at 12:00 AM, Clark Kogan wrote: > Hello, > I am trying to get Rpy to work. > I am using: > - Rpy for python 2.5 > - Python 2.5 > - R 2.70 > - Windows Vista > > I ran the following python script to make a simple plot: > > from rpy import r > > x = range(1,11) > y = [i**2 for i

[Rpy] Plot window closes immediately

2009-04-13 Thread Clark Kogan
Hello, I am trying to get Rpy to work. I am using: - Rpy for python 2.5 - Python 2.5 - R 2.70 - Windows Vista I ran the following python script to make a simple plot: *from rpy import r x = range(1,11) y = [i**2 for i in x] r.plot(x,y)* Everything worked up to the plot command. The plot command