Hi,
Sorry if my problem is not very complex, but I don't find the way to solve
it.
I made a simple plot:
plot(Temp$Time,Temp$Group1,type="b", xlim=c(0,42), ylim=c(0,35), xlab="Time
(days)",ylab="Score", lty=1, lwd=4, pch=0)
(Embedded image moved to file: pic11478.jpg)
And I would like to increase the size of my symbol. But if I use the cex
option (cex=2), the ylabel disappears of the screen.
(Embedded image moved to file: pic29358.jpg)
How can I increase the size of my symbols separately from the size of the
text ? Or how can I forced my ylabel to be in the graph?
Thanks for your reply
Annaële
pic11478.jpg
Description: JPEG image
pic29358.jpg
Description: JPEG image
|