Re: [R] confusion about dev.prev()

2022-12-06 Thread Martin Maechler
> Peter Langfelder > on Mon, 5 Dec 2022 21:40:13 +0800 writes: > Ah, thanks, got it. Misread the help again... ... I think we all had ... and then known for a while and then forgot again ... If you see how to improve the help page, so this happens less, .. we'd look at it to ad

Re: [R] confusion about dev.prev()

2022-12-05 Thread Peter Langfelder
Ah, thanks, got it. Misread the help again... Peter On Mon, Dec 5, 2022 at 9:38 PM Ivan Krylov wrote: > > В Mon, 5 Dec 2022 21:28:16 +0800 > Peter Langfelder пишет: > > > Open two devices, plot a plot, call dev.prev() and plot again. I > > would expect the second plot to appear in the first dev

Re: [R] confusion about dev.prev()

2022-12-05 Thread Ivan Krylov
В Mon, 5 Dec 2022 21:28:16 +0800 Peter Langfelder пишет: > Open two devices, plot a plot, call dev.prev() and plot again. I > would expect the second plot to appear in the first device, but that > is not what happens; both plots appear in the second device. Unfortunately, dev.prev() and dev.nex

[R] confusion about dev.prev()

2022-12-05 Thread Peter Langfelder
Hi all, I'm either confused about dev.prev() or there's a bug in it. Open two devices, plot a plot, call dev.prev() and plot again. I would expect the second plot to appear in the first device, but that is not what happens; both plots appear in the second device. Is this expected behavior or a bug