If you prefer not to receive future e-mail offers for products or services from Key
send an e-mail to mailto:DNERe...@key.com with 'No Promotional E-mails' in the SUBJECT line.
how about move the text slightly?
tst<-data.frame(a=c("a","b","d","e","f","g"),b=c(-1,1,-2,3,-2,4))
ggplot(tst,aes(a,b))+
geom_point()+
geom_segment(aes(xend=a,yend=0))+
geom_text(aes(y = b + 0.2*sign(b), label=b))+
geom_hline(yintercept=0)+
coord_flip()
--
Kohske Takahashi <takahash...@gmail.com>
Research Center for Advanced Science and Technology,
The University of Tokyo, Japan.
http://www.fennel.rcast.u-tokyo.ac.jp/profilee_ktakahashi.html
2011/12/17 <Adam_L...@keybank.com>: