search for: _par_

Displaying 1 result from an estimated 1 matches for "_par_".

Did you mean: _far_
2009 Sep 28
1
plot error -- figure margins too large
...{ plot(df[,1],axes=F,col=cols[i],frame.plot=F,xlab=NA,pch=19,ylim=c(0,5)) mtext(i, line=1,side=1) } else{ plot(df[,1],axes=F,col=cols[i],frame.plot=F,xlab=NA,pch=19,ylim=c(0,5)) axis(2,at=0:5) mtext(i, line=1,side=1) } } I also tried to set the margins by modifying the _par_ command: par(mfrow=c(1,20),mar=(4,2,4,0.05)) Still, received the same error. The other experiment: While I was using the following codes, it almost showed what I would like, but the figure ended with only the last sub-plot. The only difference between the two is I was attempting to add a main-lab...