Hello,

Say I have a predictor taking a very wide value:

Data <- data.frame(pred="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",resp=1)

print(xyplot(pred~resp, data=Data)) # enough y-axis padding to accommodate the wide label

print(xyplot(pred~resp, data=Data,scales=list(fontfamily="mono"))) # not enough padding

What's the recommended way to have enough padding allocated?

Thank you
Ben
______________________________________________
R-help@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.

Reply via email to