LollipopAesthetics

interface LollipopAesthetics : OptionsCapsule

Aesthetic properties supported by geomLollipop().

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. Is applied only to the points of shapes having inner area. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val linetype: Any?

Type of the stick line. Accept codes or names (0 = "blank", 1 = "solid", 2 = "dashed", 3 = "dotted", 4 = "dotdash", 5 = "longdash", 6 = "twodash"), a hex string (up to 8 digits for dash-gap lengths), or a pattern offset to listOf(dash, gap, ...) / listOf(dash, gap, ...). For more info see: aesthetics.html#line-types.

Link copied to clipboard
abstract val linewidth: Any?

Stick width.

Link copied to clipboard
abstract val shape: Any?

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

Link copied to clipboard
abstract val size: Any?

Size of the point.

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 x: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Y-axis value.