Multi Series State Variable Plot
Plots multiple sample paths (step functions) for a time-weighted response variable on a single set of axes.
Each entry in seriesDataMap becomes one coloured step-function series. The outer key is the series label shown in the legend (e.g. "Rep 1"); the inner map must contain keys "times" and "values" holding the simulation times and corresponding state values respectively — the same shape returned by ResponseTrace.traceDataMap and ResponseTrace.traceDataMaps.
The convenience constructor accepts a ResponseTrace directly and handles data extraction and label generation automatically.
Parameters
series label → { "times" → DoubleArray, "values" → DoubleArray }
name used in the plot title and y-axis label
Constructors
Constructs a multi-series sample-path plot directly from a ResponseTrace.