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