Running R --vanilla > plot(1:5,1:5) > plot(1:5,1:5) > plot(1:5,1:5) > plot(1:5,1:5) > plot(1:5,1:5) > plot(1:5,1:5) > plot(1:5,1:5) > plot(1:5,1:5) Error in plot.new() : figure margins too large In addition: Warning messages: 1: Display list redraw incomplete 2: Display list redraw incomplete
The plot statement only opens the graphics window but no graphic is displayed (the same problem as in the original session). Peter -- View this message in context: http://n4.nabble.com/Error-in-plot-new-tp1288878p1288886.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.