plot-api / jetbrains.letsPlot / Geom / linerange

linerange

class linerange : LineRangeAesthetics, GeomOptions

Constructors

<init>

linerange(x: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: LineRangeMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Number?

x

val x: Double?

ymax

val ymax: Double?

ymin

val ymin: Double?