Hello,
 
 
 
I have R1.9.0 under Windows XP. My program plots several plots using
 
x11()
par(cex = 0.75)
......
x11()
par(cex = 0.75)
......
x11()
par(cex = 0.75)
......
x11()
par(cex = 0.75)
......
 
Sometimes, one of them generates  a small frame only with title area "R graphics: 
Device X (ACTIVE)". The message in the console window is 
 
Error in plot.new() : Figure margins too large
 
This program ran well under R1.6.X under Windows NT.
 
It seems to me that it is not a specific x11() that generates that small graphics 
frame.
 
Thank you for you help in advance.
 
Minghua

 
 
 

        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to