A class representing a histogram object in Kst.
Inherits: DataObject
Collection class: HistogramCollection
Histogram ( vector [, xMin [, xMax [, bins]]] )
Vector vector - The input vector for the histogram. May also be specified by the tagName for an existing vector.
number xMin - The minimum X value. Default is -10. [OPTIONAL]
number xMax - The maximum X value. Default is 10. [OPTIONAL]
number bins - The number of bins to use. Default is 60. [OPTIONAL]
Vector vector - The vector for the histogram to operate on.
number from - The starting X value.
number to - The ending X value.
Set the y-axis normalization.
0 - Number in bin
1 - Percent in bin
2 - Fraction in bin
3 - Peak bin = 1.0
The X-axis vector generated by the histogram.
The Y-axis vector generated by the histogram.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team