JitterParameters

interface JitterParameters : OptionsCapsule

Properties for parameters of geomJitter().

Inheritors

Properties

Link copied to clipboard
abstract val height: Number?

Height for jitter, default = 0.4. Typically ranges between 0 and 0.5. Values that are greater than 0.5 lead to overlapping of the points.

Link copied to clipboard
abstract val width: Number?

Width for jitter, default = 0.4. Typically ranges between 0 and 0.5. Values that are greater than 0.5 lead to overlapping of the points.