0

I have the following ggplot image. Can someone please tell me how I can get rid of the "a" showing up in the legend? I've already tried to put "label = n" outside of the aes(), but it doesnt work. Thanks for your help!

enter image description here

D. Studer
  • 1,711
  • 1
  • 16
  • 35

1 Answers1

3

geom_text(..., show.legend = FALSE) works fine, thanks!

D. Studer
  • 1,711
  • 1
  • 16
  • 35