Displaying 1 result from an estimated 1 matches for "fig2a".
Did you mean:
fig2
2010 Feb 12
2
Multiple figures margin problem
Hello All,
I am trying to make a figure with 3x2 plots in it. Let us name the plots as
such:
1 2
3 4
5 6
I begin my script with:
par(mfcol=c(3,2))
par(oma=c(0,0,0,0)) --> This is for a postscript figure so I really don't
need the outer margins.
d=5
par(mar=c(d,d,d,d)) --> This applies to all the 6 plots.
Now if d=0, plots 1-2,3-4 and 5-6 will have no gap between them and