Eva Schultner
2009-Jun-15 21:07 UTC
[R] reducing space between tickmark labels and axes labels
Hello, Does anybody know if it is possible to reduce the spaces between axes labels and axes lables in boxplots? I am trying to fit several plots onto one page ( layout() ) and need to save as much space as possible. I have reduced margins (par(mar)),adjusted font size (cex) and tck, is there anything else I can do? Thank you [[alternative HTML version deleted]]
Uwe Ligges
2009-Jun-19 16:34 UTC
[R] reducing space between tickmark labels and axes labels
Eva Schultner wrote:> Hello, > > Does anybody know if it is possible to reduce the spaces between axes labels and axes lables in boxplots?One way is to omit them at first and put them into the desired margin line with a call to mtext() later on. Uwe Ligges I am trying to fit several plots onto one page ( layout() ) and need to save as much space as possible. I have reduced margins (par(mar)),adjusted font size (cex) and tck, is there anything else I can do?> Thank you > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.