Re: [Rpy] rpy2 plot problem

2010-02-05 Thread jakob fischer
LOL, this a cool tip!! You are right!! I never thought about that. Sometimes the answer is as close as a little slap in the face. Thank you a lot!! Thanks to Laurent Gautier as well! Am Donnerstag, den 04.02.2010, 21:33 +0100 schrieb Guillaume Yziquel: > jakob fischer a écrit : > > Hello ever

Re: [Rpy] rpy2 plot problem

2010-02-04 Thread Guillaume Yziquel
jakob fischer a écrit : > Hello everybody, > > i am new to rpy2 and i ran into a problem with potting data. > > I tried: > > > plot = robjects.r.plot > rnorm = robjects.r.rnorm > plot(rnorm(100), ylab="random") > > and some other code from the rpy2 website. > > My problem is. The

Re: [Rpy] rpy2 plot problem

2010-02-04 Thread Laurent Gautier
I do not observe that problem (on Ubuntu 9.10). May be something to do with the configuration of your windows manager, or with how you are running Python ? (I remember that issues with Idle were once reported). L. On 2/4/10 9:17 PM, jakob fischer wrote: > Hello everybody, > > i am new to rpy2 a