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

ABLineAesthetics

interface ABLineAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

intercept

abstract val intercept: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

slope

abstract val slope: Any?

Functions

seal

open fun seal(): Options

Inheritors

ABLineMapping

class ABLineMapping : ABLineAesthetics, WithGroupOption

geom_abline

Add straight lines to a plot specified by slope and intercept.

class geom_abline : ABLineAesthetics, LayerBase