I am trying to create an annotation and align it. If I use:
annotate("text", label = "atext", x = 1, y = 1)
the center of the text (the e
) gets positioned at (1, 1)
. However, I'd like the left border of the text (the a
) to be at (1, 1)
. How do I make this happen?