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

[R] ggplot2 question plot mean/error bars

2017-04-05 Thread Santosh
Hello Rxperts.. I am trying to generate a mean+/- error plot.. using ggplot2.. with filled black and white circles and black lines, but no overlap of lines and circles (symbols). Also, with no top and right lines of the plot box. I remember having done this before.. unable to reproduce how I did!

Re: [R] ggplot2 question: keeping the order as in the input data

2013-10-30 Thread Dimitri Liakhovitski
ware > wdunlap tibco.com > > > > -Original Message- > > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf > > Of Dimitri Liakhovitski > > Sent: Wednesday, October 30, 2013 7:35 AM > > To: r-help > > Subject: [R] ggplot2 ques

Re: [R] ggplot2 question: keeping the order as in the input data

2013-10-30 Thread William Dunlap
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of Dimitri Liakhovitski > Sent: Wednesday, October 30, 2013 7:35 AM > To: r-help > Subject: [R] ggplot2 question: keeping the order as in the input data >

[R] ggplot2 question: keeping the order as in the input data

2013-10-30 Thread Dimitri Liakhovitski
Hello! I am using ggplot2 (see the code below) to plot the data in 'myplotdata'. The first column of 'myplotdata' is called "att.levels" and contains strings; the second column is called "WTP" and contains numeric values. Notice - I use 'coord.flip()' The command aes(x=att_levels, y=WTP), if I un

[R] ggplot2 question ...

2011-08-29 Thread vamshi999
i have this data with me...i am only copying part of data here... date time "2011-05-23""04:31:17" "2011-05-23""04:31:20" "2011-05-23""04:31:22" "2011-05-23""04:31:25" "2011-05-23""04:31:27" "2011-05-23""04:31:18" "2011-05-23""04:31:20" "2011-05