I encountered similar problem to
http://osdir.com/ml/python.rpy/2006-09/msg00019.html

Running on Windows XP SP2:

Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy
>>> rpy.__version__
'1.2.1'
>>> rpy.r.version['version.string']
'R version 2.6.2 (2008-02-08)'
>>> rpy.r.plot(0)
>>>

The plot graph is drawn but not responding at all and when other
windows are placed on top of the graph, the display isn't redrawn
afterwards.

Is this bug solved in later versions of rpy?

------------------------------------------------------------------------------
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to