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

ContourMapping

class ContourMapping : PathAesthetics, ContourStatAesthetics, WithGroupOption

Density2dMapping

class Density2dMapping : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, WithGroupOption

geom_contour

Display contours of a 3d surface in 2d.

class geom_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

geom_density2d

Display density function contour.

class geom_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase

geom_path

Connect observations in the order in which they appear in the data.

class geom_path : PathAesthetics, LayerBase

PathMapping

class PathMapping : PathAesthetics, WithGroupOption

stat_contour

class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

stat_density2d

class stat_density2d : PathAesthetics, ContourStatAesthetics, Density2dStatAesthetics, Density2dStatParameters, LayerBase