Dear All, I am struggling to jitter the labels in this plot:
p<-ggplot(centbev,aes(x=bet,y=eig,label=rownames(centbev),colour=res, size=abs(res)))+xlab("Betweenness Centrality")+ylab("Eigenvector Centrality") p+geom_text()+labs(title="Key Actor Analysis AD FD Network") When I try this without jittering I end up with labels that I cannot distinguish, when I try it with, I get a circular spot behind the label which makes it illegible. I want to make the labels (which are numeric) legible. Many thanks for any guidance. Nick ______________________________________________ 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.