Message-ID: <loom.20111218T231238-429@post.gmane.org>
Date: 2011-12-18T22:12:57Z
From: Ben Bolker
Subject: Label in oblique orientation
Komine <momadou <at> yahoo.fr> writes:
> I drew a barplot with this code:
> > BarSize<-barplot(Size$SumArea,names.arg=Size$Class)
> However the name of each bar is long. Thus, some names do not appear. I want
> to write labels with Oblique orientation.
> Can you help me to do that?
> Thank you in advance.
See ?par and search for the "las" parameter.