Toby Hocking wrote:
>> Hi all,
>>
>> Just wondering if anybody can help me with the following problem.
>>
>> I'm running R 2.3.1 and Python 2.4, and I've got rpy to work on windows,
>> but with one little glitch:
>>
>> Whenever I call a plotting function, the graphics window comes up and does
>> the plot, but then the window "is not responding" and if I drag other
>> windows over it, the window becomes white and the plot disappears (no more
>> drawing to the plot window). Furthermore, the only way to close it is by
>> clicking the "End now" button when the "is not responding" dialog comes
>> up.
>>
>> Thanks in advance for any remedies you have to offer!
>>
>> Toby

I confess I have not tried the latest rpy and in fact still run Python 
2,3 on my Windows laptop.

That said, I never found producing graphics directly very reliable on 
Windows.  I always went straight to pdf/png instead:

r.png("example.png", width=400, height=350)
r.plot(...)
r.dev_off()

This may not be ideal, but I found it very reliable.

Peter


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to