I did a new installation of ARCH linux and therefore R version 2.15.1. But after plotting using the plot command, the graph window is always empty (nothing is displayed). Could there be a problem with the drivers or something else. I tried the graphics.off () function, but to no avail.
Modified Question:
The plot, however, is visible after resizing the chart window.
x<-c(1, 2, 3, 4, 5) y<-c(0.1, 0.3, 0.7, 1.11, 1.3) plot(x, y) > sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base
Modified Question:
Setting up X11.options (type = "nbcairo") works fine.
Shahzad
source share