I am using geom_line
, geom_point
, and geom_text
to plot something like the picture below:
I am grouping, and coloring my data frame, but I want the geom_text
not to be so close to each other.
I want to put the one text on top, and the other on bottom. Or at least, hide the one of the two. Is there any way I can do this?