DensityPlot

class DensityPlot(histogram: HistogramIfc, val density: (Double) -> Double) : BasePlot(source)

The histogram must have bins that all have the same bin width

Constructors

Link copied to clipboard
constructor(data: DoubleArray, density: (Double) -> Double)
constructor(histogram: HistogramIfc, density: (Double) -> Double)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun buildPlot(): Plot

Builds a new instance of a Lets-Plot representation of the plot