Re: [Rpy] Plotting in RPy v2.0.0.3a

2008-10-09 Thread Laurent Gautier
Uninstalling is surely not needed: rpy anr rpy2 can coexist peacefully. 2008/10/9 Srikanth <[EMAIL PROTECTED]>: > Thank your for the clarification. I tried the old way of replacing a dot > with an underscore but it didn't work. Now I understand why. I moved back > to using RPy 1.x because of

Re: [Rpy] Plotting in RPy v2.0.0.3a

2008-10-09 Thread Srikanth
Thank your for the clarification. I tried the old way of replacing a dot with an underscore but it didn't work. Now I understand why. I moved back to using RPy 1.x because of my problems, but am going to re-install RPy 2.xx and try the solution. Thanks again for both the answer and for your work o

Re: [Rpy] Plotting in RPy v2.0.0.3a

2008-10-09 Thread Laurent Gautier
2008/10/9 Peter <[EMAIL PROTECTED]>: >>> r.dev.off() >>> ... >>> LookupError: 'dev' not found >> >> Python is not R. The dot ("."), like in a large number of other >> language, has a particular semantic meaning and therefore is >> not a valid character for variable names. >> >> r['dev.off']() is wh

Re: [Rpy] Plotting in RPy v2.0.0.3a

2008-10-09 Thread Peter
>> r.dev.off() >> ... >> LookupError: 'dev' not found > > Python is not R. The dot ("."), like in a large number of other > language, has a particular semantic meaning and therefore is > not a valid character for variable names. > > r['dev.off']() is what you are looking for. Does the rpy v1 style