interface PathAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
flow |
abstract val flow: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
speed |
abstract val speed: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
geom_path |
Connects observations in the order, how they appear in the data. class geom_path : PathAesthetics, LayerBase
|
PathMapping |
class PathMapping : PathAesthetics, WithGroupOption |