Skip to content
Prev 58611 / 63424 Next

closing R graphics windows?

I use keyboard shortcuts to interact with my window manager. One of those shortcuts closes the currently focused window. This is on Linux.

The only annoying thing for me is that 'plot()' is not interruptible, so neither Ctrl-C nor the window manager can stop a plot once it has started - but I submitted a bug to fix this a long time ago. If I use the keyboard to close the window while a plot is being drawn, then it has to finish drawing before the window actually closes.

Frederick
On Tue, May 26, 2020 at 12:49:24PM -0400, Ben Bolker wrote: