linearHistogramBuckets
fun linearHistogramBuckets(name: String, block: HistogramBuilder.() -> Unit, start: Double, width: Double, count: Int): Histogram
Creates a histogram with linearly spaced buckets.
Return
A configured Histogram instance.
Parameters
name
The name of the histogram.
block
A configuration block for the histogram.
start
The starting value of the first bucket.
width
The width of each bucket.
count
The number of buckets.