interface PointAesthetics : OptionsCapsule
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? |
seal |
open fun seal(): Options |
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 |