Legend in xyplot two columns
On Thursday 14 April 2005 10:29, Gesmann, Markus wrote:
Thanks Deepayan! Your solution does excatly what I want. Further experiments and thoughts on my side brought me also to a solution. If I use the option rep=FALSE, and plot the bullit with "lines" and split the "lines" argument into two groups it gives me the same result, as every item in the key list starts a new column.
Of course. I'd forgotten that 'lines' can also be points. Deepayan