Re: [R] plot: skip a range of axis

2011-01-12 Thread Jim Lemon
On 01/12/2011 11:15 PM, Yuan Jian wrote: thanks Jim, I found gap.plot seperates x axis or y axis into two boxes. do you know any plot tool that can skip a range in x-axis or y-axis without lines? Hi Yu, You could shift your positive numbers down by two, plot those adjusted numbers without an x

Re: [R] plot: skip a range of axis

2011-01-12 Thread Carl Witthoft
emon wrote: From: Jim Lemon Subject: Re: [R] plot: skip a range of axis To: "Yuan Jian" Cc: r-help_at_r-project.org Received: Wednesday, 12 January, 2011, 10:26 AM On 01/12/2011 03:46 PM, Yuan Jian wrote: > Hi, > I am using plot to show scatter points in 2_D. > in my data, t

Re: [R] plot: skip a range of axis

2011-01-12 Thread Yuan Jian
thanks Jim, I found gap.plot seperates x axis or y axis into two boxes. do you know any plot tool that can skip a range in x-axis or y-axis without lines?   regards YU --- On Wed, 12/1/11, Jim Lemon wrote: From: Jim Lemon Subject: Re: [R] plot: skip a range of axis To: "Yuan Jian&qu

Re: [R] plot: skip a range of axis

2011-01-12 Thread Jim Lemon
On 01/12/2011 03:46 PM, Yuan Jian wrote: Hi, I am using plot to show scatter points in 2_D. in my data, there is no data between -1 and +1 in x-axis. I want to skip this region, i.e. x axis becomes [-Inf:-1, 1:Inf]. can any one tell me how to do? Hi Yu, Try the gap.plot function in the plotrix

[R] plot: skip a range of axis

2011-01-11 Thread Yuan Jian
Hi, I am using plot to show scatter points in 2_D. in my data, there is no data between -1 and +1 in x-axis. I want to skip this region, i.e. x axis becomes [-Inf:-1, 1:Inf]. can any one tell me how to do? YU [[alternative HTML version deleted]]