FS#32644 - [r] No X-window graphical output when using plot (version 2.15.1-2)

Attached to Project: Arch Linux
Opened by Christophe Pouzat (Christophe.Pouzat) - Wednesday, 14 November 2012, 08:47 GMT
Last edited by Allan McRae (Allan) - Friday, 16 November 2012, 13:40 GMT
Task Type Support Request
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Using the "plot" function with the default X-window output just pop's up an empty window.
I get the same problems with the same R version (2.15.1) as well as the last one (2.15.2) compiled by myself. I could not figure out what went wrong (all the tests ran by "make check" passed as expected).

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
Using the following function call:
plot(rnorm(100))
pop's up an empty X-window.
The following graphics generating calls do work:
png(file="test.png");plot(rnorm(100));dev.off()
pdf(file="test.pdf");plot(rnorm(100));dev.off()
This task depends upon

Closed by  Allan McRae (Allan)
Friday, 16 November 2012, 13:40 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#32597 

Loading...