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 opened an empty R
graphics window, which closed about half a second after it opened.
Next I tried putting the command:
*a = input('a') *
in order to pause the program before the window closed. This time the window
stayed open, but it was empty (no graph), and if I clicked on it, it would
show "not responding" at the top.

Any help would be greatly appreciated.
Thanks!
- Clark
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to