plot-api / jetbrains.letsPlot / Geom / point

point

class point : PointAesthetics, WithSizeUnitOption, GeomOptions

Constructors

<init>

point(x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, sizeUnit: String? = null, mapping: PointMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

fill

val fill: Any?

parameters

val parameters: Options

shape

val shape: Any?

size

val size: Number?

sizeUnit

val sizeUnit: String?

stroke

val stroke: Number?

x

val x: Double?

y

val y: Double?

Functions

seal

fun seal(): Options