Deepayan Sarkar <deepayan.sarkar <at> gmail.com> writes:

> Right. the grid call shouldn't be necessary, "axis.line" controls the
> panel borders. And tck can be a vector, to get rid of the ugly bumps
> on top:
> 
> xyplot(x ~ x | g, type = "l", lwd = lwd,
>        scales = list(tck = c(-1, 0)),
>        par.settings =
>        list(axis.line = list(lwd = lwd),
>             strip.border = list(lwd = lwd)))
> 

The tickmarks look strange for me (Windows, R 2.3.1, all packages updated today)

See http://www.menne-biomed.de/uni/gridit.png.

This was created on screen, saved as a bitmap, and 3x enlarged lower portion.

Dieter

______________________________________________
R-help@stat.math.ethz.ch 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