0

I have been searching for most of the day so far to find a way to stop labels from overlapping each other but I can't find an adequate solution. The closest i have found is this example on stack overflow, but using that method i get the below error

Error: Aesthetics must either be length one, or the same length as the dataProblems:c(2, 4)

enter image description here

Is there a better way to do this?

Community
  • 1
  • 1
Alex
  • 542
  • 5
  • 24
  • Have you looked at http://directlabels.r-forge.r-project.org/ – jdharrison Jul 25 '14 at 17:30
  • Sometimes you can just get away with `... + geom_text(... position = "jitter")`. But this only works when there's only a couple of clusters. Also, it might be nice to colour your points the same as your labels. – Brandon Bertelsen Jul 25 '14 at 20:47

0 Answers0