Re: [R] Spacing between x axis and labels

2007-09-25 Thread Marc Schwartz
Just be aware the there is no differentiation between the x and y axes when using that approach, which is why I did not mention it. Changing the default parms for the y axis may not be desirable here. Marc On Tue, 2007-09-25 at 09:25 -0700, Mark Difford wrote: > Also look at the mgp option under

Re: [R] Spacing between x axis and labels

2007-09-25 Thread Mark Difford
Also look at the mgp option under ?par. This allows one to set the margin line for axis title, axis labels and axis line... Regards, Mark Difford. Marc Schwartz wrote: > > On Tue, 2007-09-25 at 15:39 +0200, Christian Schäfer wrote: >> Hi, >> >> my x-axis contains labels that consist of two

Re: [R] Spacing between x axis and labels

2007-09-25 Thread Marc Schwartz
On Tue, 2007-09-25 at 15:39 +0200, Christian Schäfer wrote: > Hi, > > my x-axis contains labels that consist of two lines (the actual label > and below information about groupsize). Unfortunately, there is too > little spacing between labels and tickmarks in this situation. Is there > a paramet

[R] Spacing between x axis and labels

2007-09-25 Thread Christian Schäfer
Hi, my x-axis contains labels that consist of two lines (the actual label and below information about groupsize). Unfortunately, there is too little spacing between labels and tickmarks in this situation. Is there a parameter to tune spacing between axis and labels? Thanks, Chris