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

ContourfMapping

class ContourfMapping : PolygonAesthetics, ContourStatAesthetics, WithGroupOption

Density2dfMapping

class Density2dfMapping : PolygonAesthetics, Density2dStatAesthetics, WithGroupOption

geom_contourf

Fill contours of a 3d surface in 2d.

class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

geom_density2df

Fill density function contour.

class geom_density2df : PolygonAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase

geom_polygon

Display a filled closed path defined by the vertex coordinates of individual polygons.

class geom_polygon : PolygonAesthetics, LayerBase

PolygonMapping

class PolygonMapping : PolygonAesthetics, WithGroupOption