Re: [Rpy] plot(ecdf()) fails

2006-11-05 Thread Felipe Ortega
Emm, I'm afraid I forgot to mention that the problem is that it plots the ecdf graphic, along with a lot of garbage numbers on it (so you almost cannot see the graphic).I would be grateful if anyone could help.Regards,Felipe.Felipe Ortega <[EMAIL PROTECTED]> escribió: Well, it seems that today is m

[Rpy] plot(ecdf()) fails

2006-11-05 Thread Felipe Ortega
Well, it seems that today is my Murphy's law day.Imagine a Python list 'foobar' that contains values from some experiment.Then try to plot:r.plot(r.ecdf(foobar), xlab="LABELX", ylab="LABELY", do_points=r.FALSE,verticals=r.TRUE)So if this doesn't work properly, you can't even implement with RPY exam