My distribution is Ubuntu.
xwininfo: Window id: 0x4400001 "R Graphics: Device 2 (ACTIVE)"
Absolute upper-left X: 558
Absolute upper-left Y: 27
Relative upper-left X: 558
Relative upper-left Y: 27
Width: 787
Height: 744
Depth: 24
Visual Class: TrueColor
Border width: 1
Class: InputOutput
Colormap: 0x20 (installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: Always
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +558+27 --67+27 --67-27 +558-27
-geometry 787x744--67+27
> plot(1:5,1:5)
> 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
Warning message:
Display list redraw incomplete
Restarting with R --vanilla:
> X11(type="Xlib")
> plot(1:5,1:5)
> plot(1:5,1:5)
> X11(type="cairo")
> X11(type="cairo")
> plot(1:5,1:5)
> plot(1:5,1:5)
> plot(1:5,1:5)
> q()
Windows are opened but no plot is displayed.
Any further ideas?
Many thanks.
Peter
--
View this message in context:
http://n4.nabble.com/Error-in-plot-new-tp1288878p1289769.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.