plot-api / jetbrains.letsPlot / Geom / linerange

linerange

class linerange : LineRangeAesthetics, GeomOptions

Constructors

<init>

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

Properties

alpha

val alpha: Double?

color

val color: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Double?

x

val x: Double?

ymax

val ymax: Double?

ymin

val ymin: Double?