Skip to content
Prev 162071 / 398500 Next

configuring graphics device in Linux

Erik Iverson wrote:
Good advice in general, but in this case I think John is right in 
assuming that the issue is mainly with his graphics hardware setup, and 
he did tell us about that. The R version would have been nice though; we 
have fixed various issues in this area over time.
These are generic symptoms of using a too large font for your display, 
but that can happen for a number of reasons.

According to your setup, the system should believe that you have an ~8 
inch screen (800/96) and the default X11 window is 7x7 inches so there 
_should_ be plenty of room, but some systems try to outsmart the user 
and use the actual physical dimensions, which could be smaller (higher 
DPI).  You might want to check with "xdpyinfo" (from the shell).

In any case, you can try reducing width, height, and (especially) 
pointsize in the call to x11() (which you'd issue _before_ the plot()). 
Or set them with X11.options().