nice

fun nice(start: Float, stop: Float, count: Int): List<Float>
fun nice(start: Double, stop: Double, count: Int): List<Double>

See equivalent d3 function.