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