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

ContourStatParameters

interface ContourStatParameters : OptionsCapsule

Properties

bins

abstract val bins: Int?

binWidth

abstract val binWidth: Number?

Functions

seal

open fun seal(): Options

Inheritors

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

stat_contour

class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase