Observations Plot
class ObservationsPlot @JvmOverloads constructor(data: DoubleArray, var interval: Interval? = null, dataName: String? = null) : BasePlot(source)
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