Displaying 1 result from an estimated 1 matches for "opqrstuvwxyz".
2008 Aug 11
2
ggplot2 font size problem
How do I change the font size of the label in ggplot. For example
x=c("abcdefghijklmn", "opqrstuvwxyz")
y=c(1, 2)
df=data.frame(name=x, value=y)
p=ggplot(df, aes(name, y))+geom_point()
Now the name of "abcdefghijklmn" and "opqrstuvwxyz" are too long. How can I
change the font size of them. And can I also change the orientation of them?
thanks
--
View this message in con...