I would like to move the 5 labels I have on the Y axis, but individually. I know that with axis.text.y = element_text(margin = margin(r = -5) they can be moved, as a whole, but I need to do it individually for each one. Something like this: https://i.stack.imgur.com/ENutp.jpg
Thanks!