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. ______________________________________________ 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.