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

SegmentAesthetics

interface SegmentAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

flow

abstract val flow: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

speed

abstract val speed: Any?

x

abstract val x: Any?

xend

abstract val xend: Any?

y

abstract val y: Any?

yend

abstract val yend: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_segment

Draw a straight line segment between points (x, y) and (xend, yend).

class geom_segment : SegmentAesthetics, LayerBase

SegmentMapping

class SegmentMapping : SegmentAesthetics, WithGroupOption