Displaying 1 result from an estimated 1 matches for "foobarbazbletch".
2004 Aug 26
5
Problems with par() and labels with boxplot
Quite a simple one really!
When I run boxplot(), the labels on the X axis are horizontal, and I
want them vertical.  So I did:
par(las=3)
boxplot(...)
And my labels just aren't there anymore....
Any help???