Re: [R] ggplot2 question plot mean/error bars

2017-04-05 Thread PIKAL Petr
le_fill_manual(values=c("black","white")) + scale_color_manual(values=c("black","black"))+ geom_point(shape=21,size=4) Cheers Petr -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Santosh Sent: Wednesday, April

Re: [R] ggplot2 question plot mean/error bars

2017-04-05 Thread Santosh
Dear Rxperts.. Here is the updated code.. to the above example.. how do I make the white circles as "white filled" so that lines in the circles are not shown.? Thanks and much appreciated Santosh q <- data.frame(G=rep(paste("G",1:3,sep=""),each=50),D=rep( paste("D",1:5,sep=""),each=30),a=rep