Observations Plot
class ObservationsPlot(data: DoubleArray, var interval: Interval? = null, dataName: String? = null) : BasePlot
This class displays the data array in the order list. The interval parameter can be used to display a lower limit and upper limit line on the plot.
Parameters
data
the data to plot
interval
the interval to show on the plot
Properties
Functions
Link copied to clipboard
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.