--- Deepayan Sarkar <deepayan at stat.wisc.edu> wrote: > Indirectly. ?panel.densityplot says that there's a parameter for line > color, > so you could do > > densityplot(rnorm(100), col = 'red', col.line = 'cyan') Ah, great, thanks.