histogram
class histogram(val x: Number? = null, val y: Number? = null, val alpha: Number? = null, val color: Any? = null, val fill: Any? = null, val size: Number? = null, val colorBy: String? = null, val fillBy: String? = null, val mapping: HistogramMapping.() -> Unit = {}) : GeomOptions, HistogramAesthetics, WithColorOption, WithFillOption
Constructors
Properties
Link copied to clipboard
Color of geometry lines. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
Fill color. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard