Hey guys,
Im running Python 2.4.2 and R 2.5.1 in windows... I installed
rpy-1.0-RC3.win32-R2.0.0-R-2.5.1-py2.4.exe. When I import Rpy I get the
following silent crash.
>>> import rpy
RHOME= C:\Program Files\R\R-2.5.1
RVERSION= 2.5.1
RVER= 2051
RUSER= C:\Documents and Settings\Javier Alfaro
Loadin
If you call r.plot() and then r.grid(), the grid is drawn over the
plot rather than behind it. The R manual says I can do this:
plot(x,y,panel.first=grid())
How do I do this in Rpy? If I use:
r.plot(x,y,panel_first=grid())
I get:
NameError: global name 'grid' is not defined
If I ins
Bugs item #1776119, was opened at 2007-08-17 09:52
Message generated for change (Comment added) made by rbrolsma
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1776119&group_id=48422
Please note that this message will contain a full copy of the comment t