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

BinStatParameters

interface BinStatParameters : OptionsCapsule

Properties

bins

abstract val bins: Int?

binWidth

abstract val binWidth: Number?

boundary

abstract val boundary: Number?

center

abstract val center: Number?

Functions

seal

open fun seal(): Options

Companion Object Properties

DEF_BIN_COUNT

const val DEF_BIN_COUNT: Int

Inheritors

geom_freqpoly

Display a line chart which makes the y value proportional to the number of observed variable values, mapped to x axis.

class geom_freqpoly : LineAesthetics, BinStatParameters, LayerBase

geom_histogram

Display a 1d distribution by dividing variable mapped to x axis into bins and counting the number of observations in each bin.

class geom_histogram : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase

stat_bin

class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase