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

RibbonAesthetics

interface RibbonAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: 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_ribbon

Display a y interval defined by ymin and ymax.

class geom_ribbon : RibbonAesthetics, LayerBase

RibbonMapping

class RibbonMapping : RibbonAesthetics, WithGroupOption