Re: [Rd] Display list redraw incomplete

2009-11-29 Thread Prof Brian Ripley
On Sun, 29 Nov 2009, Uwe Ligges wrote: Benilton Carvalho wrote: Hi, I'm observing the following warning with R-2.10.0 on a machine I have remote access to. Like what happened to Roger ( http://www.mail-archive.com/r-devel@r-project.org/msg08669.html ), two extra instances of X11 are open

Re: [Rd] Display list redraw incomplete

2009-11-29 Thread Uwe Ligges
Benilton Carvalho wrote: Hi, I'm observing the following warning with R-2.10.0 on a machine I have remote access to. Like what happened to Roger ( http://www.mail-archive.com/r-devel@r-project.org/msg08669.html ), two extra instances of X11 are open after dev.off(). Although I'm reporting t

[Rd] Display list redraw incomplete

2009-11-28 Thread Benilton Carvalho
Hi, I'm observing the following warning with R-2.10.0 on a machine I have remote access to. Like what happened to Roger ( http://www.mail-archive.com/r-devel@r-project.org/msg08669.html ), two extra instances of X11 are open after dev.off(). Although I'm reporting this on R-2.10.0, it's reprod

Re: [Rd] Display list redraw incomplete

2007-05-10 Thread Paul Murrell
Hi Sorry I haven't had time to look at this closely yet. Some general info in case it helps in the meantime. That warning comes from the redrawing of the display list if one of the graphics system states becomes "invalid". Because this is a trditional plot, it suggests that the GE_CheckPlot cod

Re: [Rd] Display list redraw incomplete

2007-05-10 Thread Deepayan Sarkar
On 5/10/07, Roger Peng <[EMAIL PROTECTED]> wrote: > Just to follow up with a few more details on this problem (which > persists on my PowerBook Mac but no where else). I ran a bisection > search on the sources and found that SVN revision 40634 introduces > this problem. This revision introduced q

Re: [Rd] Display list redraw incomplete

2007-05-10 Thread Roger Peng
Just to follow up with a few more details on this problem (which persists on my PowerBook Mac but no where else). I ran a bisection search on the sources and found that SVN revision 40634 introduces this problem. This revision introduced quite a few changes to 'src/main/graphics.c' which I am jus

[Rd] Display list redraw incomplete

2007-05-04 Thread Roger Peng
Since compiling R 2.5.0 from source on my Mac (PowerBook) I've noticed some strange behavior when plotting. I'm not sure if it's a problem with my setup/compilation because I feel like a problem as basic as this one would have been reported already. I'm running R with X11 and R was built with gcc