plot-api / jetbrains.letsPlot / Geom / polygon

polygon

class polygon : PolygonAesthetics, GeomOptions

Constructors

<init>

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

Properties

alpha

val alpha: Any?

color

val color: Any?

fill

val fill: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Any?

x

val x: Any?

y

val y: Any?