How to add data labels to bar plot?

I’m looking at a fix for this, but a workaround is to add

plot!(y .+ 0.1, st=:scatter,marker_shape=:none,primary=false,series_annotations=x)
1 Like