histogram

fun DataColumn<Double>.histogram(breakPoints: DoubleArray = Histogram.recommendBreakPoints(this.toDoubleArray()), name: String? = this.name()): Histogram

Return

the histogram on the column