Skip to content
Prev 316794 / 398506 Next

ggplot and colors

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, Feb 4, 2013 at 6:17 AM, Adel ESSAFI <adelessafi at gmail.com> wrote: