Dear R'ers,

I was not able to change the font size of axis label using cex.   Tried R 
archive solutions, though not solved yet.


My code is:

print(dotplot(ss ~ Response | bb*sr*tr, pp, pch = 21,
              strip = FALSE, strip.left = TRUE,layout = c(3,8), 
              scales = list(y = list(relation = "free")), cex.axis=.2, 
cex.label=.2,
                      ylab = "Subject", type = c("p", "a"),
              xlab = "Response to Light", jitter.y = TRUE))
dev.off()  

THanks,
AK

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to