Re: [R] Auto key legend does not match plot

2011-08-22 Thread Deepayan Sarkar
On Sat, Aug 20, 2011 at 3:53 AM, markm0705 wrote: > Dear R-help members.  I am an 'R-learner' (about 6 hours so far) using the > lattice library to create a ranked dotplot and am colour coding the dots by > a variable called "Commodity".  However when i use autokey to make a legend > the size (cex

Re: [R] Auto key legend does not match plot

2011-08-19 Thread Weidong Gu
It is most likely due to your ordering of y values. You need to write key manually to reflect the change. Without providing reproduciable data, you may not get specific help. Weidong Gu On Fri, Aug 19, 2011 at 6:23 PM, markm0705 wrote: > Dear R-help members.  I am an 'R-learner' (about 6 hours s

[R] Auto key legend does not match plot

2011-08-19 Thread markm0705
Dear R-help members. I am an 'R-learner' (about 6 hours so far) using the lattice library to create a ranked dotplot and am colour coding the dots by a variable called "Commodity". However when i use autokey to make a legend the size (cex) and symbol (pch) do not match what is on the dotplot. C