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

Bin2dStatParameters

interface Bin2dStatParameters : OptionsCapsule

Properties

bins

abstract val bins: Pair<Int, Int>?

binWidth

abstract val binWidth: Pair<Number?, Number?>?

drop

abstract val drop: Boolean?

Functions

seal

open fun seal(): Options

Inheritors

geom_bin2d

Divide the plane into a grid and color the bins by the count of cases in them.

class geom_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase

stat_bin2d

class stat_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase