Horizontal Bar Plot

horizontal_bar_plot.png

ticklabel = string.(collect('a':'l'))
bar(1:12, orientation=:h, yticks=(1:12, ticklabel), yflip=true)

This page was generated using Literate.jl.