Re: [R] ggplot and colors

2013-02-04 Thread Ista Zahn
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

[R] ggplot and colors

2013-02-04 Thread Adel ESSAFI
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