0

I have made the plot below

enter image description here

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)
user20650
  • 24,654
  • 5
  • 56
  • 91
  • For future questions it would be good if you could have a wee read of [this](http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – user20650 Dec 09 '14 at 14:01
  • possible duplicate of [Remove selected labels (factors) from legend in ggplot2](http://stackoverflow.com/questions/21801950/remove-selected-labels-factors-from-legend-in-ggplot2) – user20650 May 06 '15 at 13:01

0 Answers0