When i make Boxplots with a lot of boxes, the names of them get only written 
down every second "column".
Since they aren't in any way ordered, you don't see anymore to what they belong.

example:

l<-rep(list(1:5),20); boxplot(l,names=sample(20,1:20))

Is there a way to show them all, or do i have to split the plots?
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to