Histogram

class Histogram

A one-dimensional histogram. The histogram is defined by a contiguous set of “bins” which may be of constant or variable width. Each time a value is added to the histogram, the bin is found and incremented.

Arguments

  • width: constant bin width (optional)

  • max: maximum value (required)

  • min: minimum value (default: 0)