plot-api / jetbrains.letsPlot / Geom / hline

hline

class hline : HLineAesthetics, GeomOptions

Constructors

<init>

hline(mapping: HLineMapping.() -> Unit = {}, yIntercept: 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?

yIntercept

val yIntercept: Double?