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

ContourStatAesthetics

interface ContourStatAesthetics : OptionsCapsule

Properties

x

abstract val x: Any?

y

abstract val y: Any?

z

abstract val z: Any?

Functions

seal

open fun seal(): Options

Inheritors

ContourfMapping

class ContourfMapping : PolygonAesthetics, ContourStatAesthetics, WithGroupOption

ContourMapping

class ContourMapping : PathAesthetics, ContourStatAesthetics, WithGroupOption

ContourStatMapping

class ContourStatMapping : ContourStatAesthetics

Density2dMapping

class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption

geom_contour

Display contours of a 3d surface in 2d.

class geom_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

geom_contourf

Fill contours of a 3d surface in 2d.

class geom_contourf : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

geom_density2d

Display density function contour.

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

stat_contour

class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

stat_density2d

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