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

BinStatAesthetics

interface BinStatAesthetics : OptionsCapsule

Properties

weight

abstract val weight: Any?

x

abstract val x: Any?

Functions

seal

open fun seal(): Options

Inheritors

BinStatMapping

class BinStatMapping : BinStatAesthetics

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

HistogramMapping

class HistogramMapping : HistogramAesthetics, BinStatAesthetics, WithGroupOption

stat_bin

class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase