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

Density2dStatAesthetics

interface Density2dStatAesthetics : OptionsCapsule

Properties

weight

abstract val weight: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

Density2dfMapping

class Density2dfMapping : PolygonAesthetics, Density2dStatAesthetics, WithGroupOption

Density2dMapping

class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption

Density2dStatMapping

class Density2dStatMapping : Density2dStatAesthetics

geom_density2d

Display density function contour.

class geom_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase

geom_density2df

Fill density function contour.

class geom_density2df : PolygonAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase

stat_density2d

class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase