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

BinParameters

interface BinParameters : OptionsCapsule

Properties

binCount

abstract val binCount: Int

binWidth

abstract val binWidth: Double?

boundary

abstract val boundary: Double?

center

abstract val center: Double?

Functions

seal

open fun seal(): Options

Companion Object Properties

DEF_BIN_COUNT

const val DEF_BIN_COUNT: Int

Inheritors

geom_freqpoly

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

class geom_freqpoly : LineAesthetics, BinParameters, LayerBase

geom_histogram

Displays 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, BinAesthetics, BinParameters, LayerBase