plot-api / jetbrains.letsPlot.scale / scale_size

scale_size

fun scale_size(range: List<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)

Parameters

range - A list of numbers of length 2. The range of sizes 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