barplot



using AbstractPlotting

barplot(rand(10), color = rand(10))
# barplot(rand(3), color = [:red, :blue, :green])