plot-api / jetbrains.letsPlot.intern.layer.stat / DensityStatAesthetics

DensityStatAesthetics

interface DensityStatAesthetics : OptionsCapsule

Properties

weight

abstract val weight: Any?

x

abstract val x: Any?

Functions

seal

open fun seal(): Options

Inheritors

DensityMapping

class DensityMapping : AreaAesthetics, DensityStatAesthetics, WithGroupOption

DensityStatMapping

class DensityStatMapping : DensityStatAesthetics

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