Dear Jim,

Yes, what you said is right. I have resolved this question by your method. 
Thank you very much.


Best,
Yichun



> -----原始邮件-----
> 发件人: "Jim Lemon" <j...@bitwrit.com.au>
> 发送时间: 2014年4月3日 星期四
> 收件人: "张以春" <yczh...@nigpas.ac.cn>
> 抄送: r-help@r-project.org
> 主题: Re: [R] figure margins too large
> 
> On 04/03/2014 04:32 PM, 张以春 wrote:
> > 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.
> >
> >
> Hi Yichun,
> It is probably because you are trying to set up a very small postscript 
> device, and after the margins have been allocated, there is no room for 
> the plot. Try doing the plot with a larger size (e.g. width=8, height=4) 
> and see if you can scale it down afterward.
> 
> Jim



--
Dr Yichun Zhang
State Key Laboratory of Palaeobiology and Stratigraphy, Nanjing Institute of 
Geology and Palaeontology
39 East Beijing Road, Nanjing, China, 210008




        [[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.

Reply via email to