Re: [R] Label in oblique orientation

2011-12-19 Thread Komine
Hi, Thank you David, I resolved the problem with ?text. Komine -- View this message in context: http://r.789695.n4.nabble.com/Label-in-oblique-orientation-tp4211944p4213465.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-pro

Re: [R] Label in oblique orientation

2011-12-18 Thread David Winsemius
On Dec 18, 2011, at 6:10 PM, Komine wrote: Dear, Thank bbolker for your answer, but with las I do not see oblique orientation for labels. There are horizontal, vertical but not oblique orientation. Thank for others answers. You cannot do it with las but you can apply an srt parameter to

Re: [R] Label in oblique orientation

2011-12-18 Thread Komine
Dear, Thank bbolker for your answer, but with las I do not see oblique orientation for labels. There are horizontal, vertical but not oblique orientation. Thank for others answers. -- View this message in context: http://r.789695.n4.nabble.com/Label-in-oblique-orientation-tp4211944p4212321.htm

Re: [R] Label in oblique orientation

2011-12-18 Thread Ben Bolker
Komine 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.

[R] Label in oblique orientation

2011-12-18 Thread Komine
Hi, 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. -- View this message in context: