Hi,

I am new to RPy and I am trying to carry out a very simple task of plotting
to get me started.

This is my code:

from rpy_options import set_options

set_options(RHOME='C/Progra~1/R/rw2011/')



from rpy import *

x = range(0, 10)

y = range(0, 10)

r.plot(x, y)



Everthing works fine, however the graph will not plot for some reason. The
graphical devices opens but no plot shows. Would appreciate any help on
this issue.



Thanks for your help


-- 
Shane
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to