Re: [R] vertical label on x-axis

2009-06-24 Thread Christian Schulz
I get it : scales=list(x=list(rot=90)) Cheers, Christian Hi, have anybody a hint how it's possible plot the labels in the x-axis vertical to get more space. dotplot( value ~ abbreviate(attribute,minlength=3),data=tabstat10,ylim=c(0,1),col="blue",ylab="Value",type="p",par.settings=my.theme)

[R] vertical label on x-axis

2009-06-24 Thread Christian Schulz
Hi, have anybody a hint how it's possible plot the labels in the x-axis vertical to get more space. dotplot( value ~ abbreviate(attribute,minlength=3),data=tabstat10,ylim=c(0,1),col="blue",ylab="Value",type="p",par.settings=my.theme) Many thanks, Christian __