plot-api / jetbrains.letsPlot.intern.layer.stat / CountStatAesthetics

CountStatAesthetics

interface CountStatAesthetics : OptionsCapsule

Properties

weight

abstract val weight: Any?

x

abstract val x: Any?

Functions

seal

open fun seal(): Options

Inheritors

BarMapping

class BarMapping : BarAesthetics, CountStatAesthetics, WithGroupOption

CountStatMapping

class CountStatMapping : CountStatAesthetics

geom_bar

Display a bar chart which makes the height of the bar proportional to the number of observed variable values, mapped to x axis.

class geom_bar : BarAesthetics, CountStatAesthetics, LayerBase

stat_count

class stat_count : CountStatAesthetics, BarAesthetics, LayerBase