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

HLineAesthetics

interface HLineAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

yIntercept

abstract val yIntercept: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_hline

Add straight horizontal lines to a plot

class geom_hline : HLineAesthetics, LayerBase

HLineMapping

class HLineMapping : HLineAesthetics, WithGroupOption