scikit-hep / aghast

Aghast: aggregated, histogram-like statistics, sharable as Flatbuffers.
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

[WIP] Implement 2D histograms #4

Open jpivarski opened 5 years ago

jpivarski commented 5 years ago

I've seeded this branch with some hints about where and how to start.

Here is the main documentation for ROOT's histograms, which includes 1D and 2D. (Note: the 2D histograms are subclasses of the 1D histograms, which is weird, but it's what we have to work with.)