[][src]Module ndhistogram::axis

Axis for ND histograms

This module contains implementations of Axis that are used to represent the axes of an N-dimensional Histogram.

Structs

Category

An axis to represent a set of discrete values or categories with an overflow bin.

CategoryNoFlow

An axis to represent a finite set of discrete values or categories without an overflow bin.

Uniform

An axis with equal sized bins.

UniformNoFlow

An axis with equal sized bins and no under/overflow bins.

Variable

An axis with variable sized bins.

VariableNoFlow

An axis with variable sized bins and no overflow bins.

Enums

BinInterval

BinInterval represents a single bin interval in a 1D axis.

SingleValueBinInterval

A bin interval that contains only a single value.

Traits

Axis

An binned axis coresponding to one dimension of an N-dimensional Histogram.1