ScatterPlot

class ScatterPlot @JvmOverloads constructor(x: DoubleArray, y: DoubleArray, horizontalReference: Double? = null, verticalReference: Double? = null) : BasePlot(source)

Constructors

Link copied to clipboard
constructor(x: DoubleArray, y: DoubleArray, horizontalReference: Double? = null, verticalReference: Double? = null)

Functions

Link copied to clipboard
open override fun buildPlot(): Plot

Builds a new instance of a Lets-Plot representation of the plot