mtb954@gmail.com
2005-Oct-25 17:55 UTC
[R] Graphics window always overlaps console window!
Does anyone know how I can set up R so that when I make a graphic, the graphics window remains behind the console window? It's annoying to have to reach for the mouse every time I want to type another line of code (e.g., to add another line to the plot). Thanks.
Marc Schwartz (via MN)
2005-Oct-25 18:07 UTC
[R] Graphics window always overlaps console window!
On Tue, 2005-10-25 at 11:55 -0600, mtb954 at gmail.com wrote:> Does anyone know how I can set up R so that when I make a graphic, the > graphics window remains behind the console window? It's annoying to > have to reach for the mouse every time I want to type another line of > code (e.g., to add another line to the plot). Thanks.What operating system? Default window focus behavior is highly OS and even window manager specific and is not an R issue. Depending upon your OS and window manager, you may need to check the documentation and/or do a Google search on "window focus" for further information. Another alternative, if you are on Windows, is to review Windows FAQ 5.4 "How do I move focus to a graphics window or the console?", but this is a programmatic approach and not a means to affect default behavior. HTH, Marc Schwartz
> Does anyone know how I can set up R so that when I make a graphic, the > graphics window remains behind the console window? It's annoying to > have to reach for the mouse every time I want to type another line of > code (e.g., to add another line to the plot). Thanks.What OS? In Windows with R GUI I use ctrl-Tab to cycle from the console, to graphics, to help, etc. -Andy
mtb954 at gmail.com wrote:> Does anyone know how I can set up R so that when I make a graphic, the > graphics window remains behind the console window? It's annoying to > have to reach for the mouse every time I want to type another line of > code (e.g., to add another line to the plot). Thanks.I don't see this behaviour on Windows XP, except when a graphics window is first opened. And Ctrl-Tab toggles the windows. No mouse! Peter Ehlers
mtb954@gmail.com
2005-Oct-25 18:28 UTC
[R] Graphics window always overlaps console window!
Thanks for your replies, I was unaware of these solutions. On 10/25/05, mtb954 at gmail.com <mtb954 at gmail.com> wrote:> Does anyone know how I can set up R so that when I make a graphic, the > graphics window remains behind the console window? It's annoying to > have to reach for the mouse every time I want to type another line of > code (e.g., to add another line to the plot). Thanks. >