Skip to content

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

2 messages · Mark, Uwe Ligges

#
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:
It works fine (less space between plots and outer margin text)) when I
set pty="m" but then I get very long and skinny rectangular plots. I
would like to keep the square plots.

Any help would be much appreciated!

Many thanks,

Mark
1 day later
#
On 07.02.2012 16:03, Mark Na wrote:
Then you have to size the device in a way that it is roughly 3 times as 
wide as its height?

Uwe