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

Bin2dStatAesthetics

interface Bin2dStatAesthetics : OptionsCapsule

'bin2d' stat requires x,y (weight is optional)

Properties

weight

abstract val weight: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

Bin2dMapping

class Bin2dMapping : TileAesthetics, Bin2dStatAesthetics, WithGroupOption

Bin2dStatMapping

class Bin2dStatMapping : Bin2dStatAesthetics

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