plot-api / jetbrains.letsPlot / Geom / histogram

histogram

class histogram : HistogramAesthetics, GeomOptions

Constructors

<init>

histogram(x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, mapping: HistogramMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

fill

val fill: Any?

parameters

val parameters: Options

size

val size: Number?

x

val x: Double?

y

val y: Double?