0

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!

ap9
  • 1
  • 2
  • 1
    Welcome to SO, ap90! Questions on SO (especially in R) do much better if they are reproducible and self-contained. By that I mean including attempted code (please be explicit about non-base packages), sample representative data (perhaps via `dput(head(x))` or building data programmatically (e.g., `data.frame(...)`), possibly stochastically), perhaps actual output (with verbatim errors/warnings) versus intended output. Refs: https://stackoverflow.com/q/5963269, [mcve], and https://stackoverflow.com/tags/r/info. – r2evans Apr 07 '22 at 23:21

0 Answers0