Hello
After updating to R version 2.11.0, the xlim argument of the lattice
barchart function does no longer work as expected. For example, the
following code does not produce the same result in lattice lattice_0.18-3
and lattice_0.18-5
barchart(t(matrix(1:3,1:3)),horizontal=F,box.width=1,xlim=c(0.5,3.5))
In lattice_0.18-3, I could use xlim to remove the spaces between the left
y-axis and the first bar and between the right y-axis and the last bar. This
is no longer possible in lattice_0.18-5. Is this a bug?
Regards,
Erich
______________________________________________
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.