On 11/1/07, Folkes, Michael <[EMAIL PROTECTED]> wrote: > Thanks Deepayan. I now see the meaning of "layout.widths". > I appreciate the reminder on alternating - it's been a while since I've > used it. However I don't think I'm out of the woods yet. This doesn't > seem to give me the flexibility of showing labels for just 1 axis, say > the left y-axis only?
Is something like this what you want? xyplot(1 ~ 1, scales = list(x = list(draw = FALSE), y = list(alternating = 1, tck = c(1, 0)))) -Deepayan ______________________________________________ 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.