Santosh wrote:
Dear R users, I am recently faced with a problem of "insufficient memory due to resizing"... or something similar. This happens when I try to plot several plots.. Earlier I used to plot 50+ plots (50 windows) without any problems. Now, I can't plot more than 15 odd plots(15 windows)..Exceeding 15 plots or so, causes the Rgui application to crash. I would highly appreciate your suggestions/solutions to this
Works for me in a *recent* version of R (R-2.7.1 is outdated!): replicate(60, {windows(); plot(1)}) Best, Uwe Ligges
Regards & Thanks much in advance, Santosh [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org 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.
______________________________________________ R-help@r-project.org 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.