HistogramAesthetics

interface HistogramAesthetics : OptionsCapsule

Aesthetic properties supported by geomHistogram().

Inheritors

Properties

Link copied to clipboard
abstract val alpha: Any?

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val color: Any?

Color of geometry lines. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val fill: Any?

Fill color. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val size: Any?

Defines bar line width.

Link copied to clipboard
abstract val x: Any?

X-axis value (this value will produce cases or bins for bars).

Link copied to clipboard
abstract val y: Any?

Y-axis value (this value will be used to multiply the bar heights), setting y to "..density.." produces normalized (density) histogram.