Displaying 1 result from an estimated 1 matches for "subsettimedata".
2008 Feb 29
3
Fitting long names in boxplot
I have the following code:
subsetTimeDataPlot <- boxplot(subsetTimeData$time ~
subsetTimeData$build, horizontal=True, col="lightblue", ...)
The 'names' component consists of strings that can be up to 20-30
characters long.
How would I go about drawing the names vertically (not the boxplot) or
shrinking the names t...