Expand description
Structs§
- Category
- An axis to represent a set of discrete values or categories with an overflow bin.
- Category
NoFlow - An axis to represent a finite set of discrete values or categories without an overflow bin.
- Uniform
- An axis with equal sized bins.
- Uniform
Cyclic - A wrap-around axis with equal-sized bins.
- Uniform
NoFlow - An axis with equal sized bins and no under/overflow bins.
- Variable
- An axis with variable sized bins.
- Variable
Cyclic - A wrap-around axis with variable-sized bins.
- Variable
NoFlow - An axis with variable sized bins and no overflow bins.
Enums§
- BinInterval
- BinInterval represents a single bin interval in a 1D axis.
- Single
Value BinInterval - A bin interval that contains only a single value.