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

AreaAesthetics

interface AreaAesthetics : 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

AreaMapping

class AreaMapping : AreaAesthetics, WithGroupOption

DensityMapping

class DensityMapping : AreaAesthetics, DensityStatAesthetics, WithGroupOption

geom_area

Display the development of quantitative values over an interval. This is the continuous analog of geom_bar.

class geom_area : AreaAesthetics, LayerBase

geom_density

Display a density estimate, which is a smoothed version of the histogram.

class geom_density : AreaAesthetics, DensityStatAesthetics, DensityStatParameters, LayerBase

stat_density

class stat_density : AreaAesthetics, DensityStatAesthetics, DensityStatParameters, LayerBase