Skip to content

Graphics - Axis Labels overlap window edges

2 messages · robgriffin247, Uwe Ligges

#
Hi,

I am trying to put larger axis labels on my graphs (using cex.axis and
cex.label) but when I do this the top of the text on the Y axis goes outside
of the window which you can see in this picture
-http://twitter.com/#!/robgriffin247/status/142642881436450816/photo/1 - (if
you click on the picture it opens a larger version so it is easier to see
the problem) is there anyway I can get R to not cut the top off the letters?

Thanks,
Rob

--
View this message in context: http://r.789695.n4.nabble.com/Graphics-Axis-Labels-overlap-window-edges-tp4147897p4147897.html
Sent from the R help mailing list archive at Nabble.com.
#
On 02.12.2011 17:41, robgriffin247 wrote:
Increase the margins. See ?par and its "mar" argument.

Uwe Ligges