plot-api / jetbrains.letsPlot / Geom / bar

bar

class bar : BarAesthetics, GeomOptions

Constructors

<init>

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

Properties

alpha

val alpha: Number?

color

val color: Any?

fill

val fill: Any?

parameters

val parameters: Options

size

val size: Number?

width

val width: Double?

x

val x: Double?

y

val y: Double?