Re: [R] How to break an axis?

2005-05-25 Thread Bjørn-Helge Mevik
What about simply using a log scale on the y axis? I.e. plot(..., log="y") -- Bjørn-Helge Mevik __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-gui

Re: [R] How to break an axis?

2005-05-24 Thread Bo Peng
> Tom Mulholland has already pointed out that the plotrix package has an > axis.break() function that will draw the break symbol. Your problem is a > combination of plotting two disparate sets of data and getting the > y-axis right. The following is one way to do it, just be careful that > the ylim

Re: [R] How to break an axis?

2005-05-24 Thread Jim Lemon
Bo Peng wrote: Dear list, I need to plot four almost horizontal lines with y-values around 1,3,4, 400. If I plot them directly, the first three lines will be indiscernible so I am thinking of breaking y-axis into two parts, one with range (0,5), another (395,400). Is there an easy way to do this

Re: [R] How to break an axis?

2005-05-24 Thread joerg van den hoff
Bo Peng wrote: Dear list, I need to plot four almost horizontal lines with y-values around 1,3,4, 400. If I plot them directly, the first three lines will be indiscernible so I am thinking of breaking y-axis into two parts, one with range (0,5), another (395,400). Is there an easy way to do this

RE: [R] How to break an axis?

2005-05-23 Thread Mulholland, Tom
; [mailto:[EMAIL PROTECTED] Behalf Of Bo Peng > Sent: Tuesday, 24 May 2005 10:00 AM > To: r-help@stat.math.ethz.ch > Subject: [R] How to break an axis? > > > Dear list, > > I need to plot four almost horizontal lines with y-values around > 1,3,4, 400. If I plot them di

[R] How to break an axis?

2005-05-23 Thread Bo Peng
Dear list, I need to plot four almost horizontal lines with y-values around 1,3,4, 400. If I plot them directly, the first three lines will be indiscernible so I am thinking of breaking y-axis into two parts, one with range (0,5), another (395,400). Is there an easy way to do this? I can think of