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

PathAesthetics

interface PathAesthetics : 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?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_path

Connects observations in the order, how they appear in the data.

class geom_path : PathAesthetics, LayerBase

PathMapping

class PathMapping : PathAesthetics, WithGroupOption