kandy
 
0.8.0-RC1
Because kandy 0.8.0-RC1 is still in development, this documentation may not be entirely accurate and is subject to change.

Histogram Plot

Edit pageLast modified: 22 November 2023
val random = java.util.Random(1111)
val sample = List(1000) { random.nextGaussian() }

dataFrameOf("sample" to sample).histogram("sample")
Histogram Plot