[R] lattice color problem with symbols: bug?

2008-01-11 Thread Stefan Grosse
Dear useR's, I have a problem with the lattice plotting of some symbols: library(lattice) test-data.frame(x=c(2,3,1,5),u=c(rep(1,2),rep(2,2)),g=c(rep(c(1,2),2))) xyplot(x~u,groups=g, data=test, par.settings=list( superpose.symbol=list(pch=c(22, 23),cex=c(1.7,1.6),col=black) ),

Re: [R] lattice color problem with symbols: bug?

2008-01-11 Thread Bert Gunter
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Grosse Sent: Friday, January 11, 2008 10:04 AM To: R help (E-mail) Subject: [R] lattice color problem with symbols: bug? Dear useR's, I have a problem with the lattice plotting of some symbols

Re: [R] lattice color problem with symbols: bug?

2008-01-11 Thread Deepayan Sarkar
On 1/11/08, Stefan Grosse [EMAIL PROTECTED] wrote: Dear useR's, I have a problem with the lattice plotting of some symbols: library(lattice) test-data.frame(x=c(2,3,1,5),u=c(rep(1,2),rep(2,2)),g=c(rep(c(1,2),2))) xyplot(x~u,groups=g, data=test, par.settings=list(

Re: [R] lattice color problem with symbols: bug?

2008-01-11 Thread Sundar Dorai-Raj
Stefan Grosse said the following on 1/11/2008 10:04 AM: Dear useR's, I have a problem with the lattice plotting of some symbols: library(lattice) test-data.frame(x=c(2,3,1,5),u=c(rep(1,2),rep(2,2)),g=c(rep(c(1,2),2))) xyplot(x~u,groups=g, data=test, par.settings=list(

Re: [R] lattice color problem with symbols: bug?

2008-01-11 Thread John Kane
When I tryyyour code I am getting unfilled symbols, no colour. --- Stefan Grosse [EMAIL PROTECTED] wrote: Dear useR's, I have a problem with the lattice plotting of some symbols: library(lattice) test-data.frame(x=c(2,3,1,5),u=c(rep(1,2),rep(2,2)),g=c(rep(c(1,2),2)))

Re: [R] lattice color problem with symbols: bug?

2008-01-11 Thread Stefan Grosse
On Friday 11 January 2008 10:12:03 pm you wrote: DS It's a change in behaviour (in the sense that the default fill is no DS longer transparent). Otherwise there doesn't seem to be any bug. The DS whole point of using par.settings is so that you can use auto.key, and DS DS xyplot(x~u,groups=g, DS