SinaAesthetics

interface SinaAesthetics : OptionsCapsule

Aesthetic properties supported by geomSina().

Inheritors

Properties

Link copied to clipboard
abstract val alpha: Any?

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val color: Any?

Color of the geometry. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val fill: Any?

Fill color. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val shape: Any?

Shape of the sina points. For more info see: aesthetics.html#point-shapes.

Link copied to clipboard
abstract val size: Any?

Lines width. Defines line width.

Link copied to clipboard
abstract val stroke: Any?

Width of the shape border. Applied only to the shapes having border.

Link copied to clipboard
abstract val violinWidth: Any?

Density scaled for the sina plot, according to area, counts or to a constant maximum width.

Link copied to clipboard
abstract val width: Any?

Width of sina bounding box.

Link copied to clipboard
abstract val x: Any?

X-axis coordinates.

Link copied to clipboard
abstract val y: Any?

Y-axis coordinates.