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 a straight horizontal line to the plot.

class geom_hline : HLineAesthetics, LayerBase

HLineMapping

class HLineMapping : HLineAesthetics, WithGroupOption