Another particle physicist who likes step histograms here.
I’ve googled and came across this:
I very much like the plots shown here, but this doesn’t seem to work (and I think this is unrelated to the fact that this pull request isn’t in a released version). Plots.jl does weird things when trying to plot a StatsBase.Histogram.
It also does weird things when doing things like histogram(randn(1000), bins=100, seriestype=:steps)
So my question is: What’s the recommended way to plot a StatsBase.Histogram?