Class pv.histogram.Bin
Extends
array.
Represents a bin returned by the pv.histogram operator. Bins
are themselves arrays containing the data elements present in the given bin
(prior to the accessor function being invoked to convert the data object to a
numeric value). These bin arrays have additional attributes with meta
information about the bin.
Defined in: Histogram.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The magnitude value of the bin's range; end - start.
|
|
The start value of the bin's range.
|
|
The frequency or probability of the bin, depending on how the histogram
operator was configured.
|
Field Detail
{number}
dx
The magnitude value of the bin's range; end - start.
{number}
x
The start value of the bin's range.
{number}
y
The frequency or probability of the bin, depending on how the histogram
operator was configured.