On Tuesday 14 September 2004 11:44, Waichler, Scott R wrote: > I can't find a way to control the distance between tick marks and tick > labels > in lattice. In a stripplot I'm making these components are too close. > I don't > see anything like base graphics mgp in the scales list.
There's none in the released version. There is a way in the r-devel version version, not via scales, but by the settings, e.g. something like trellis.par.set(axis.components = list(left = list(pad1 = 3))) Deepayan ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
