Scatter Plot
class ScatterPlot(x: DoubleArray, y: DoubleArray, horizontalReference: Double? = null, verticalReference: Double? = null) : BasePlot
Constructors
Link copied to clipboard
constructor(x: DoubleArray, y: DoubleArray, horizontalReference: Double? = null, verticalReference: Double? = null)
Properties
Functions
Link copied to clipboard
open override fun saveToFile(fileName: String, directory: Path, plotTitle: String, extType: PlotIfc.ExtType): File
Link copied to clipboard
Opens up a browser window and shows the contents of the plot within the browser. A temporary file is created to represent the plot for display within the browser.