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_point |
Points, as for a scatter plot. class geom_point : PointAesthetics, LayerBase
|
PointMapping |
class PointMapping : PointAesthetics, WithGroupOption |