Dear R experts,
I tried to plot some figures in R using postscript(), but it always shows that the fugures margin is too large. I don't know how to change it. The following is my example: > postscript("All.eps",width=3.27,height=1.416,pointsize=12,family="Arial") >par(mar=c(5.1,4.5,4.1,2.1));boxplot(All~Nameall,ylab= expression(Size~ (log >[10]~mm ^2)), boxwex=0.3, main="All >species",col=c("red","yellow","blue"),ylim=c(0,4.0)) >Error: plot.new() : figure margins too large When I run the boxplot in R, it shows well, but once I run it in the postscript, it fails. Can someone help me on it? Note: my operational system is windows 7. Many thanks in advance Yichun [[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.