Skip to content
Prev 19010 / 63421 Next

R plot display problem under windows when using python rpy module.

How is Rpy calling R?  Presumably R is running single-threaded, and the 
problem is likely to be that Rpy is using blocking I/O on the R process 
and hence blocking the GUI callbacks that drive the window.

The not-so-simple answer is not to do it that way.  It might be well
sufficient to turn windows() buffering off -- see its help page.
On Mon, 9 Jan 2006, Bo Peng wrote: