plot-api / jetbrains.letsPlot.scale / scale_size_area

scale_size_area

fun scale_size_area(maxSize: Number, name: String? = null, breaks: List<Number>? = null, labels: List<String>? = null, limits: List<Number>? = null, expand: Any? = null, naValue: Any? = null, guide: Any? = null, trans: Any? = null): Scale

Continuous scale for size (~radius) that maps 0 value to 0 size

Parameters

maxSize - The upper limit of size that the input values are mapped to.

name - The name of the scale - used as the axis label or the legend title. If None, the default, the name of the scale is taken from the first mapping used for that aesthetic.

breaks - A numeric vector of positions (of ticks).

labels - A vector of labels (on ticks).

limits - A vector specifying the data range for the scale. and the default order of their display in guides.

expand - A numeric vector of length two giving multiplicative and additive expansion constants.

naValue - Missing values will be replaced with this value.

guide - TBD

trans - TBD