Re: [R] Problem with plotting a square 1 x 3 plot and placement of outer margin text

2012-02-08 Thread Uwe Ligges
On 07.02.2012 16:03, Mark Na wrote: Dear R-helpers, Please see the attached plot. The problem is that I have too much space between the x-axis label (which is mtext in an outer margin) and the plots. My par settings for this plot are: par(mfrow=c(1,3),oma=c(2,2,2,2),mar=c(5.1,4.1,4.1,2.1),

[R] Problem with plotting a square 1 x 3 plot and placement of outer margin text

2012-02-07 Thread Mark Na
Dear R-helpers, Please see the attached plot. The problem is that I have too much space between the x-axis label (which is mtext in an outer margin) and the plots. My par settings for this plot are: >par(mfrow=c(1,3),oma=c(2,2,2,2),mar=c(5.1,4.1,4.1,2.1),pty="s") >#here is the code that produce