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

PointAesthetics

interface PointAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

shape

abstract val shape: Any?

size

abstract val size: Any?

stroke

abstract val stroke: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_jitter

Jittered points, especially for discrete plots or dense plots.

class geom_jitter : PointAesthetics, JitterParameters, LayerBase

geom_point

Draw points defined by an x and y coordinate.

class geom_point : PointAesthetics, LayerBase

PointMapping

class PointMapping : PointAesthetics, WithGroupOption