Arnald Marcer
Arnald Marcer
Yes, I reported #4582. Here is the plot I get to the code par(mfrow=c(1,2)) plot(rnorm(100)) plot(rnorm(1000))  No error, just second plot is not shown although the space for it...
Just discovered this which might help. It is the last plot that is not shown. For instance, by doing par(mfrow=c(1,3)) plot(rnorm(10)) plot(rnorm(100)) plot(rnorm(1000))  only the last one is not...