Displaying 1 result from an estimated 1 matches for "mypositions".
2003 May 16
2
Axis labels
...ds overlapping axis labels in order to
maintain readabilty which is great. But now I have written a little
custom plot function in which I set my own labels and label
positions after generating the actual plot:
axis(..., lables=c('A', 'B', 'F', 'G', 'M'), at=mypositions)
As you may have guessed: This is categorial data. But the labels (and
categories) are unevenly spaced. I need to make sure, that all labels
are printed. Is there a way to tell R not to care about overlapping
labels or even better automatically reduce font size or scale the plot
to make everything...