Skip to content
Prev 59918 / 398502 Next

problem with xyplot

On Friday 26 November 2004 11:58, Carlisle Thacker wrote:
At which point, all the changes you made to 'superpose/symbol' are lost.
xyplot(1:7 ~ 1:7, groups = 1:7)

works for me (produces 7 distinct colors). I don't see how we can 
diagnose your problem without a (preferably small) reproducible 
example.
Every level in groups causes a call to grid.points (within each panel), 
so a large number of levels in groups could well make things slow.

Deepayan