[R] Lattice: distance of tick labels from axis line

marcel marcelcurlin at gmail.com
Tue Jul 26 17:37:30 CEST 2011


Thank you, this works well - overall, I now have pretty good control over the
appearance of the L-hand side of the plot and relative distance between axis
line, ticks, tick labels and axis title by adjusting pad1, pad2 and the plot
position in the print statement. I am sure it is not the best code, but I
will throw in the relevant lines in case anyone else has encountered this
problem.  

par.settings = list(layout.widths = list(ylab.axis.padding = 0.1),
axis.components=list(left=list(pad1=0.2, pad2=1.8)))
print(plot2, position=c(-0.0068,0.221,0.741,0.466))

--
View this message in context: http://r.789695.n4.nabble.com/Lattice-distance-of-tick-labels-from-axis-line-tp3693014p3696157.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list