kandy 0.8.3 Help

Density Plot

val random = java.util.Random(42) val sample = List(1000) { random.nextGaussian() } plot { densityPlot(sample) }
Density Plot
Last modified: 15 December 2025