point
class point(val x: Number? = null, val y: Number? = null, val alpha: Number? = null, val color: Any? = null, val fill: Any? = null, val shape: Any? = null, val size: Number? = null, val stroke: Number? = null, val angle: Number? = null, val sizeUnit: String? = null, val colorBy: String? = null, val fillBy: String? = null, val mapping: PointMapping.() -> Unit = {}) : GeomOptions, PointAesthetics, WithSizeUnitOption, WithColorOption, WithFillOption
Constructors
Link copied to clipboard
constructor(x: Number? = null, y: Number? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, angle: Number? = null, sizeUnit: String? = null, colorBy: String? = null, fillBy: String? = null, mapping: PointMapping.() -> Unit = {})
Properties
Link copied to clipboard
Color of the geometry. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
Color to paint shape's inner points. Is applied only to the points of shapes having inner points. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
Link copied to clipboard
Shape of the point. For more info see: aesthetics.html#point-shapes.
Link copied to clipboard
Relate the size to the length of the unit step along one of the axes. "x" uses the unit step along the x-axis, "y" uses the unit step along the y-axis. "min" uses the smaller of the unit steps along the x- and y-axes. "max" uses the larger of the unit steps along the x- and y-axes. If not specified, no fitting is performed.