plot-api / jetbrains.letsPlot.intern.layer.geom / PolygonAesthetics

PolygonAesthetics

interface PolygonAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_polygon

Display a polygon (filled path). geom_polygon draws polygons, which are filled paths. Each vertex of the polygon requires a separate row in the data.

class geom_polygon : PolygonAesthetics, LayerBase

PolygonMapping

class PolygonMapping : PolygonAesthetics, WithGroupOption