0

Good evening everybody, I'm getting about a problem with a multiple boxplot in R. I would like to remove the space between the numbers on the y-axes and the axes itself. I don't want to move the label, with mtext(), and it's not a problem with the margins par(mar()).

Thank you very much here there is an example: I would get the numbers (-1,1) closer to the axes.

[my plot]

rawr
  • 20,481
  • 4
  • 44
  • 78
  • the graphical parameters are under `?par`, I think you want to change the middle value of `mgp`: `plot(1:5, mgp = c(3, .5, 0))` – rawr Dec 10 '15 at 02:12
  • 1
    Possible duplicate of [In R base plot, move axis label closer to axis](http://stackoverflow.com/questions/30265728/in-r-base-plot-move-axis-label-closer-to-axis) – rawr Dec 10 '15 at 02:15
  • 1
    Those are NOT 'boxplots'. – IRTFM Dec 10 '15 at 07:27

0 Answers0