[rkward-users] [rkward - Help] RE: Display Graphic

SourceForge.net noreply at sourceforge.net
Sun Sep 16 23:09:23 UTC 2007


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4521386
By: tfry

> I precise I use a virtual machine (virtual box) to run linux under windows.

I guess this is likely what's causing trouble. We use some rather advanced X
server operations to "capture" the plotting windows produced by R. Apparently
those do not work correctly inside the virtual box. Perhaps you could drop the
vendor of the virtual box a note about this, maybe they have a way to fix this.

You should be able to work around this issue by running the following in the
console (once per session):
x11 <- X11 <- grDevices::X11

This should give you the regular R X11 windows for graphics. You will miss out
on a number of features we usually add to those windows, though (such as menu
options to export the graphic to a file, etc.).

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165574




More information about the Rkward-users mailing list