Expand description
Structs§
- An axis to represent a set of discrete values or categories with an overflow bin.
- An axis to represent a finite set of discrete values or categories without an overflow bin.
- An axis with equal sized bins.
- A wrap-around axis with equal-sized bins.
- An axis with equal sized bins and no under/overflow bins.
- An axis with variable sized bins.
- A wrap-around axis with variable-sized bins.
- An axis with variable sized bins and no overflow bins.
Enums§
- BinInterval represents a single bin interval in a 1D axis.
- A bin interval that contains only a single value.
Traits§
- An binned axis corresponding to one dimension of an N-dimensional Histogram.