scikit-hep/hist

Better repr

Opened this issue · 0 comments

We should have a nicer repr:

Stack<("a", "b", "c") of Hist(Regular(10, 0, 1), storage=Double)>

We should also fix reprs for label= being added on axes and name= missing on histograms.

Also, boost-histogram is missing Histogram API documentation, and we aren't showing Histogram docs from BaseHistogram.