Re: [R] "figure margins too large" issue

2008-09-09 Thread Hui-Yi Chu
Thank you Marc, I have checked two versions following your suggestions and the default setting of mar in both versions are same to each other as c(5,4,4,2)+0.1. Besides, I dont change any default settings about the graphics devices. For more info, following is my two sessions of R. *1.* R version

Re: [R] "figure margins too large" issue

2008-09-09 Thread Marc Schwartz
It is not the default setting for par("mar") that changed. There are other device specific changes that occurred in 2.7.0, including, for some devices (eg. pdf and bitmap), the default device dimensions. See the bullets in the NEWS file under "SIGNIFICANT USER-VISIBLE CHANGES" and "GRAPHICS CHANG

Re: [R] "figure margins too large" issue

2008-09-09 Thread Marc Schwartz
on 09/09/2008 05:19 PM Hui-Yi Chu wrote: > Hi everyone, > > I updated R from 2.6.2 to 2.7.2 recently but keep getting the error "figure > margins too large" when plot pictures which never happened to me when using > 2.6.2. After googling and searching the mailing list, I still have no idea > how t

[R] "figure margins too large" issue

2008-09-09 Thread Hui-Yi Chu
Hi everyone, I updated R from 2.6.2 to 2.7.2 recently but keep getting the error "figure margins too large" when plot pictures which never happened to me when using 2.6.2. After googling and searching the mailing list, I still have no idea how to optimize it. One of my packages fixed bugs in 2.7.2