In order to produce figures that fit to the journal, we make small figures with big labels.
pdf("Fig1a.pdf", family="Helvetica", width=4, height=4, paper="special", pagecentre=F) par(mgp=c(1.5,0.3,0), bty="l", tcl=NA, tck = -0.01, las = 1) plot(density(rnorm(100)), xlab="X lab", ylab="Y lab", main="") dev.off()
Hide Comments