Dear S-Plus users,
I have a small but serious problem when trying to add editable y-axis
labels to a plot. The command syntax I´m using is:
plot(x,y,cex=1.5,type="n",axes=F,xlab="",ylab="mean leaf area eaten per
leaf / mm²",cex=1)
points(x,y,type="p",pch="o",cex=4)
title(main="a",xlab="b",cex=2)
axis(1,at=log(c(1,2,4,8,16,60)+1),labels=c("1","2","4","8","16","60"),cex=1.5)
box()
The y axis label does appear in the graph sheet, but it is not editable
in-place (even though all other elements are editable, such as x axis,
plotting symbols etc).
What´s more, the size of the y axis label font cannot be increased above
1.0. What could be the problem?
I would very much appreciate any solutions from you.
Regards,
Chris.
|