Re: [R] dotplot: labeling coordinates for each point

2009-05-08 Thread Qifei Zhu
-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Deepayan Sarkar > Sent: Thursday, May 07, 2009 1:44 AM > To: Qifei Zhu > Cc: r-help@r-project.org > Subject: Re: [R] dotplot: labeling coordinates for each point > > > > On Wed, May 6, 2009 at 6:54 PM, Qifei

Re: [R] dotplot: labeling coordinates for each point

2009-05-07 Thread Deepayan Sarkar
o:r-help-boun...@r-project.org] On > Behalf Of Deepayan Sarkar > Sent: Thursday, May 07, 2009 1:44 AM > To: Qifei Zhu > Cc: r-help@r-project.org > Subject: Re: [R] dotplot: labeling coordinates for each point > > > > On Wed, May 6, 2009 at 6:54 PM, Qifei Zhu wrote: > >&

Re: [R] dotplot: labeling coordinates for each point

2009-05-06 Thread Deepayan Sarkar
;Revenue",main="test", xlim = ifelse(y > 90, sprintf("(%s,%g)", x, y), ""), scales=list(rot=60)) -Deepayan > > Best, > Tony > > -----Original Message- > From: Deepayan Sarkar [mailto:deepayan.sar...@gmail.com] > Sent:

Re: [R] dotplot: labeling coordinates for each point

2009-05-06 Thread Qifei Zhu
s say 90 in this case. The labels should be in (x,y) format, which is (Atlanta, 100) in this case. Appreciate a lot for your help! Best, Tony -Original Message- From: Deepayan Sarkar [mailto:deepayan.sar...@gmail.com] Sent: Wednesday, May 06, 2009 8:40 PM To: Qifei Zhu Cc: David Winsemiu

Re: [R] dotplot: labeling coordinates for each point

2009-05-06 Thread Deepayan Sarkar
On Tue, May 5, 2009 at 7:04 PM, Qifei Zhu wrote: > Hi Deepayan, > > Thanks for the hint. I spent some time on the research but haven't got any > luck in writing the custom panel function for the conditional labeling of > points in a graph. Could you please provide some more thoughts and probably

Re: [R] dotplot: labeling coordinates for each point

2009-05-05 Thread Qifei Zhu
Best, Tony -Original Message- From: Deepayan Sarkar [mailto:deepayan.sar...@gmail.com] Sent: Sunday, April 26, 2009 2:32 PM To: Qifei Zhu Cc: David Winsemius; r-help@r-project.org Subject: Re: [R] dotplot: labeling coordinates for each point On 4/26/09, Qifei Zhu wrote: >

Re: [R] dotplot: labeling coordinates for each point

2009-04-26 Thread Deepayan Sarkar
On 4/26/09, Qifei Zhu wrote: > Hi David, > > Thanks! It looks much better now. but is there any way to add (x,y) > coordinates as labels to all the points in the graph? Best case if I can > enforce some conditions saying if (y>10,000) label, else no label. Any > advice is appreciated. Sure, w

Re: [R] dotplot: labeling coordinates for each point

2009-04-26 Thread Qifei Zhu
vid Winsemius [mailto:dwinsem...@comcast.net] Sent: Friday, April 24, 2009 10:48 PM To: Qifei Zhu Cc: r-help@r-project.org Subject: Re: [R] dotplot: labeling coordinates for each point On Apr 24, 2009, at 9:23 PM, Qifei Zhu wrote: > I used dotplot to draw a graph for a dataset with size of 100.

Re: [R] dotplot: labeling coordinates for each point

2009-04-24 Thread David Winsemius
On Apr 24, 2009, at 9:23 PM, Qifei Zhu wrote: I used dotplot to draw a graph for a dataset with size of 100. Since the x-axis are all texts, so they are mixed up and not readable. Is there any way to make it readable or how can I add labels to all the points with its (x,y) coordinates? Tha