Skip to content
Prev 132191 / 398506 Next

improving a bar graph

Ugly brute-force approach:  col=1:16 .   Jim Lemon's
approach with Plotrix is much nicer.  You might also
want to have a look at RColorBrewer though I am not
sure how easily it can handle 16 different colours.


barplot(dft, beside = TRUE, main= "Risk score by
assessment", xlab = " Score", ylab = "frequency",
col=1:16)
--- Bob Green <bgreen at dyson.brisnet.org.au> wrote:

            
c(9.0,6.0,1.0,5.0,7.0,9.0,5.0,7.5,6.0,8.0,5.0,5.0,9.0,4.0,5.0,5.0)