Skip to content
Prev 259493 / 398502 Next

specifying scales in lattice xyplot makes the lines disappear?

On 2011-05-10 13:10, Christopher W Ryan wrote:
You're using 'year' as a factor, but thinking about it as a numeric.
Use at=c(1,3,5) in your scales list.

But I would have expected the lines to plot and the axis labels
not to be visible. Are you telling the whole story?
_Minimal reproducible_ code is always a good thing.

Peter Ehlers