plot-api / jetbrains.letsPlot.stat / stat_bin2d

stat_bin2d

class stat_bin2d : TileAesthetics, Bin2dStatAesthetics, Bin2dStatParameters, LayerBase

Constructors

<init>

stat_bin2d(data: Map<*, *>? = null, geom: GeomOptions = Geom.tile(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bins: Pair<Int, Int>? = null, binWidth: Pair<Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

bins

val bins: Pair<Int, Int>?

binWidth

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

color

val color: Any?

drop

val drop: Boolean?

fill

val fill: Any?

height

val height: Double?

linetype

val linetype: Any?

size

val size: Number?

weight

val weight: Any?

width

val width: Double?

x

val x: Double?

y

val y: Double?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

fun Layer.toSpec(): MutableMap<String, Any>