Hi all, my plotbase (height) is a 2x2 matrix and I want to draw a plot with different colours. I used beside = FALSE and so the elements (1,1) and (2,1) are in one bar and the elements (1,2) and (2,2) are in the other bar (stacked). This is no problem, if the first row has one colour and the second line has one colour. But now I want to draw the frist bar in one colour an the second bar in two different colours. Is there apossibility to do this? I tried to do this in providing a 2x2 matrix with different colours in the parameter "col" but without sucess.
Thank you very much in advance, Jens. -- View this message in context: http://n4.nabble.com/Barplot-colours-tp1568753p1568753.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.