Hi,
fill is not the same as color. You need
scale_color_manual(values=c("black",
"black" , "black", "black", "black", "black", "black", "black", "black",
"black", "black", "black" ))
although it is not clear why you are using aesthetic mapping to set
everything to black...
Best,
Ista
On Mon, F
Hello,
I have a problem with ggplot and colors
I used this function to draw somes lines and I want them to be all black
(just to test)
however, I dont get any black line in the figure.
Do you have any experience with ggplot and manual colors??
ggplot(cmax, aes(cmax[,3], cmax[,6],colour=interac
2 matches
Mail list logo