Dear list, I have been reading the archives already but I do not manage to plot the correct size of symbols without running into other problems.
When I use the syntax below I get the size of symbols and text right but the text overlays on top of the axis rather than be in the right position when you using the defaults for plot. Furthermore the ticks of the axis appear to be too small. Is there a way of getting things correct like in the default plot? par(mfrow=c(2,2),cex=0.2, cex.main=5, cex.sub=5, cex.axis=5,pch=16) plot(x,y) Regards, Ulrich ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
