Ram H. Sharma wrote: > > I want to overlay lattice scatter plot: I do not know why the following > code > is not plotting subscripts ! Sorry if this question is too simple: > > Working example shortened: > > .....panel.xyplot(x, y, pch=16, col = "green4", ylim = c(0, 10)) > >
Because they are out of range. Put ylim outside the panel, and it works. Dieter -- View this message in context: http://r.789695.n4.nabble.com/lattice-overlay-tp3698303p3698357.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.