Multi Series State Variable Plot
Parameters
series Data Map
series label → { "times" → DoubleArray, "values" → DoubleArray }
response Name
name used in the plot title and y-axis label
constructor(responseTrace: ResponseTrace, repNums: List<Int> = responseTrace.replicationNumbers, startTime: Double = 0.0, endTime: Double = Double.MAX_VALUE)(source)
Constructs a multi-series sample-path plot directly from a ResponseTrace.
Data for each replication in repNums is retrieved over the time window [startTime, endTime]. Each series is labelled "Rep N" where N is the replication number.
The default for repNums is ResponseTrace.replicationNumbers (all recorded replications). For large traces, pass an explicit subset to limit how much data is loaded.
Parameters
response Trace
the trace to read from
rep Nums
replication numbers to plot; defaults to all in the trace
start Time
lower bound of the time window; defaults to 0.0
end Time
upper bound of the time window; defaults to Double.MAX_VALUE