Re: [R] setting trellis auto.key color values

2009-05-05 Thread Steve_Friedman
05/05/2009 09:08 cc AM MSTr-help@r-project.org Subject Re: [R] setting trellis auto.key

Re: [R] setting trellis auto.key color values

2009-05-05 Thread Sundar Dorai-Raj
Set the colors in graph.sets and not auto.key. graph.sets <- list(axis.text = list(cex = 0.65), par.ylab.text = list(cex = 1.25), par.xlab.text = list(cex = 1.25), superpose.polygon = list(col = 3:5)) Then remove the "col = 3:5" from auto.key and barchart