I have made the plot below
I want to know how I can remove the legend for the points at the top and keep only those legends for points around 0?
My code is as followed:
ggplot(AVE, aes(x=Date, y=GCContent)) + geom_point(aes(colour=Run),size=3)
I have made the plot below
I want to know how I can remove the legend for the points at the top and keep only those legends for points around 0?
My code is as followed:
ggplot(AVE, aes(x=Date, y=GCContent)) + geom_point(aes(colour=Run),size=3)