Re: [R] Colour filling in panel.bwplot from lattice

2010-11-03 Thread Rainer Hurling
Am 03.11.2010 12:52 (UTC+1) schrieb Deepayan Sarkar: On Wed, Nov 3, 2010 at 4:25 PM, Rainer Hurling wrote: Am 03.11.2010 10:23 (UTC+1) schrieb Deepayan Sarkar: On Wed, Nov 3, 2010 at 4:11 AM, Dennis Murphywrote: Hi: I don't know why, but it seems that in bwplot(voice.part ~ height, da

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-03 Thread Deepayan Sarkar
On Wed, Nov 3, 2010 at 4:25 PM, Rainer Hurling wrote: > Am 03.11.2010 10:23 (UTC+1) schrieb Deepayan Sarkar: >> >> On Wed, Nov 3, 2010 at 4:11 AM, Dennis Murphy  wrote: >>> >>> Hi: >>> >>> I don't know why, but it seems that in >>> >>> bwplot(voice.part ~ height, data = singer, >>> main = "NOT THE

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-03 Thread Rainer Hurling
Am 03.11.2010 10:23 (UTC+1) schrieb Deepayan Sarkar: On Wed, Nov 3, 2010 at 4:11 AM, Dennis Murphy wrote: Hi: I don't know why, but it seems that in bwplot(voice.part ~ height, data = singer, main = "NOT THE RIGHT ORDER OF COLOURS\n'yellow' 'blue' 'green' 'red' 'pink' 'violet' 'brown' 'gold'"

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-03 Thread Deepayan Sarkar
On Wed, Nov 3, 2010 at 4:11 AM, Dennis Murphy wrote: > Hi: > > I don't know why, but it seems that in > > bwplot(voice.part ~ height, data = singer, > main = "NOT THE RIGHT ORDER OF COLOURS\n'yellow' 'blue' 'green' 'red' > 'pink' 'violet' 'brown' 'gold'", > fill=c("yellow","blue","green","red","pi

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread Dennis Murphy
Hi: I don't know why, but it seems that in bwplot(voice.part ~ height, data = singer, main = "NOT THE RIGHT ORDER OF COLOURS\n'yellow' 'blue' 'green' 'red' 'pink' 'violet' 'brown' 'gold'", fill=c("yellow","blue","green","red","pink","violet","brown","gold")) the assignment of colors is offset by

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread Rainer Hurling
On 02.11.2010 22:37 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 5:08 PM, Rainer Hurling wrote: On 02.11.2010 21:43 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 4:07 PM, Rainer Hurling wrote: snipped quite a bit of talking past each otther Of course your example with eight col

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread David Winsemius
On Nov 2, 2010, at 5:08 PM, Rainer Hurling wrote: On 02.11.2010 21:43 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 4:07 PM, Rainer Hurling wrote: snipped quite a bit of talking past each otther Of course your example with eight colours works, too. But as you can see in the plot, the

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread Rainer Hurling
On 02.11.2010 21:43 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 4:07 PM, Rainer Hurling wrote: snipped quite a bit of talking past each otther Of course your example with eight colours works, too. But as you can see in the plot, the colours have different order then in the vector 'colo

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread David Winsemius
On Nov 2, 2010, at 4:07 PM, Rainer Hurling wrote: snipped quite a bit of talking past each otther Of course your example with eight colours works, too. But as you can see in the plot, the colours have different order then in the vector 'colors()[(2:9)*10]' itself. I expected the first box

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread Rainer Hurling
On 02.11.2010 20:08 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 2:32 PM, Rainer Hurling wrote: On 02.11.2010 19:08 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 1:19 PM, Rainer Hurling wrote: Inspired by colouring the dots of box-whisker plots I am trying to also fill the boxes

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread David Winsemius
On Nov 2, 2010, at 2:32 PM, Rainer Hurling wrote: On 02.11.2010 19:08 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 1:19 PM, Rainer Hurling wrote: Inspired by colouring the dots of box-whisker plots I am trying to also fill the boxes (rectangles) with different colours. This seems not t

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread Rainer Hurling
On 02.11.2010 19:08 (UTC+1), David Winsemius wrote: On Nov 2, 2010, at 1:19 PM, Rainer Hurling wrote: Inspired by colouring the dots of box-whisker plots I am trying to also fill the boxes (rectangles) with different colours. This seems not to work as I expected. Looking at the help page of pa

Re: [R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread David Winsemius
On Nov 2, 2010, at 1:19 PM, Rainer Hurling wrote: Inspired by colouring the dots of box-whisker plots I am trying to also fill the boxes (rectangles) with different colours. This seems not to work as I expected. Looking at the help page of panel.bwplot it says: 'fill - color to fill the

[R] Colour filling in panel.bwplot from lattice

2010-11-02 Thread Rainer Hurling
Inspired by colouring the dots of box-whisker plots I am trying to also fill the boxes (rectangles) with different colours. This seems not to work as I expected. Looking at the help page of panel.bwplot it says: 'fill - color to fill the boxplot'. Obviously it is only intended to fill all boxe