Skip to content

changing font size for y-axis factor labels

2 messages · Tiffany Vidal, Kingsford Jones

#
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.
#
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: