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

PointRangeAesthetics

interface PointRangeAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

linetype

abstract val linetype: Any?

shape

abstract val shape: Any?

size

abstract val size: Any?

x

abstract val x: Any?

y

abstract val y: Any?

ymax

abstract val ymax: Any?

ymin

abstract val ymin: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_pointrange

Vertical line defined by upper and lower value with mid-point at Y-location.

class geom_pointrange : PointRangeAesthetics, LayerBase

PointRangeMapping

class PointRangeMapping : PointRangeAesthetics, WithGroupOption