Re: [Rd] windows() device: plot does not refresh with new drawing after opening and closing a new device

2012-03-15 Thread Duncan Murdoch
On 15/03/2012 2:29 AM, Michael Sumner wrote: Hello, I see this problem in 2.14.1, a recent dev, and 2.15.0 alpha, but not in an older build. Start the R windows console and run this code: plot(1:10);windows();dev.off();points(10:1) The second set of points does not show up until the window is

Re: [Rd] windows() device: plot does not refresh with new drawing after opening and closing a new device

2012-03-15 Thread Duncan Murdoch
On 12-03-15 2:29 AM, Michael Sumner wrote: Hello, I see this problem in 2.14.1, a recent dev, and 2.15.0 alpha, but not in an older build. Start the R windows console and run this code: plot(1:10);windows();dev.off();points(10:1) The second set of points does not show up until the window is m

[Rd] windows() device: plot does not refresh with new drawing after opening and closing a new device

2012-03-14 Thread Michael Sumner
Hello, I see this problem in 2.14.1, a recent dev, and 2.15.0 alpha, but not in an older build. Start the R windows console and run this code: plot(1:10);windows();dev.off();points(10:1) The second set of points does not show up until the window is minimized and restored. If the device is repl