I am trying to reduce the font size for y-axis labels, not ylab, but the actual categorical names. I have tried cex, cex.axis, cex.lab, font, but none seem to do the trick. Any ideas? thank you.
changing font size for y-axis factor labels
2 messages · Tiffany Vidal, Kingsford Jones
Does cex.axis not work in that it reduces the size for both x and y axes? If that's the case try calling plot with axes=FALSE, and then add axes seperately with the axis function. Kingsford Jones On Wed, Mar 4, 2009 at 1:59 PM, Tiffany Vidal
<tvidal at mercury.wh.whoi.edu> wrote:
I am trying to reduce the font size for y-axis labels, not ylab, but the actual categorical names. ?I have tried cex, cex.axis, cex.lab, font, but none seem to do the trick. ?Any ideas? ?thank you.
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.