| font size for xlab - in feedster - Hi I am trying to set the xlab font size. I have this code: attach(errorsBySpeakers) postscript("pic2.ps",width=4,height=4,paper="A4",horizontal=FALSE,pointsize= 0,family="Times") plot(prattpercent,uttspercent, xlab="Testing") abline(z) dev.off() detach(e... |