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
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
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!
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
> -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
>
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
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
7 matches
Mail list logo