plot-api / jetbrains.letsPlot / Geom / polygon

polygon

class polygon : PolygonAesthetics, GeomOptions

Constructors

<init>

polygon(x: Double? = null, y: Double? = null, size: Number? = null, linetype: Any? = null, color: Any? = null, fill: Any? = null, alpha: Number? = null, mapping: PolygonMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

fill

val fill: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Number?

x

val x: Double?

y

val y: Double?