Skip to content
Prev 1605 / 3656 Next

plot() dislays NO axis and X11 font error

On 06/21/2011 08:06 AM, YuHong wrote:
Hong,

Since you are using Ubuntu, my first suggestion would be to use the 
binary packages available on CRAN 
(http://cran.r-project.org/bin/linux/ubuntu/).  That will likely solve 
the problem.

You can also run "capabilities()" in R.  My Ubuntu box returns the 
following:

 > capabilities()
     jpeg      png     tiff    tcltk      X11     aqua http/ftp  sockets
     TRUE     TRUE     TRUE     TRUE     TRUE    FALSE     TRUE     TRUE
   libxml     fifo   cledit    iconv      NLS  profmem    cairo
     TRUE     TRUE     TRUE     TRUE     TRUE     TRUE     TRUE

If any of the TRUE values are FALSE on your system, that would likely be 
the cause of the error.  For example, X11 might not be available to R, 
and you would need to resolve that.

Hope this helps,
Michael