Skip to content
Prev 334437 / 398506 Next

plot two columns against one

Hi Eliza,
Try:


ggplot(s,aes(x=A,y=B))+geom_point(colour="white",shape=21,size=4,aes(fill=factor(C)))+theme_bw()+theme(legend.position="none")
A.K.
On Saturday, December 14, 2013 12:29 PM, eliza botto <eliza_botto at hotmail.com> wrote:
Dear Arun and david,
Thanks for your reply. If instead of text i want to add points, what change in code should occur?

eliza