Re: [R] Persp3d freezes when run from within Python

2011-12-05 Thread wchips
Thanks Duncan. The thing is, if you want to display a static R graph using Rpy2 you need to bring your Python program to a halt immediately after printing the graph to screen using something like: raw_input("Press any key to continue ...") , otherwise it flashes up on the screen for a fraction of

Re: [R] Persp3d freezes when run from within Python

2011-12-05 Thread Duncan Murdoch
On 11-12-04 8:57 PM, wchips wrote: G'day everyone, I've been trying to get an interactive OpenGL plot to work from within Python 2.6 using Rpy2 and the persp3d function. The problem is that the plot seems to freeze upon activation. All interactivity is lost even though it works fine when run fro

[R] Persp3d freezes when run from within Python

2011-12-04 Thread wchips
G'day everyone, I've been trying to get an interactive OpenGL plot to work from within Python 2.6 using Rpy2 and the persp3d function. The problem is that the plot seems to freeze upon activation. All interactivity is lost even though it works fine when run from within the R console (version 2.11.