Tutorial barplot



using AbstractPlotting

data = sort(randn(100))
barplot(data)