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

LineRangeAesthetics

interface LineRangeAesthetics : 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?

ymax

abstract val ymax: Any?

ymin

abstract val ymin: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_linerange

Display a line range defined by an upper and lower value.

class geom_linerange : LineRangeAesthetics, LayerBase

LineRangeMapping

class LineRangeMapping : LineRangeAesthetics, WithGroupOption