Skip to content
Prev 294662 / 398502 Next

barplot: legend: two rows

On 15.05.2012 17:38, Marion Wenty wrote:
The previous version already worked for me, you just had to increase the 
bottom margin to make the second row of labels visible:

For example

par(mar=c(10,4.5+0.3529412*(max(nchar(colnames(dat1)))-1),1,1))

worked for me.

Uwe