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

LineAesthetics

interface LineAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_freqpoly

Display a line chart which makes the y value proportional to the number of observed variable values, mapped to x axis.

class geom_freqpoly : LineAesthetics, BinStatParameters, LayerBase

geom_line

Connect points in the order of the variable on the x axis. In the case points need to be connected in the order in which they appear in the data, use 'geom_path'.

class geom_line : LineAesthetics, LayerBase

geom_step

Connect observations in the order in which they appear in the data by stairs.

class geom_step : LineAesthetics, LayerBase

LineMapping

class LineMapping : LineAesthetics, WithGroupOption