plot-api / jetbrains.letsPlot / Geom / path

path

class path : PathAesthetics, GeomOptions

Constructors

<init>

path(x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, mapping: PathMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

flow

val flow: Double?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Number?

speed

val speed: Double?

x

val x: Double?

y

val y: Double?