plot-api / jetbrains.letsPlot.intern.layer.geom / HistogramAesthetics

HistogramAesthetics

interface HistogramAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

size

abstract val size: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_histogram

Displays a 1d distribution by dividing variable mapped to x axis into bins and counting the number of observations in each bin.

class geom_histogram : HistogramAesthetics, BinAesthetics, BinParameters, LayerBase

HistogramMapping

class HistogramMapping : HistogramAesthetics, BinAesthetics, WithGroupOption