visualtraceplotter.py¶
- plot_time_traces(sensor_array, component=None, trace_opts=None, plot_opts=None)[source]¶
Plots time traces for the truth and virtual experiments of the sensors in the given sensor array.
- Parameters:
sensor_array (
SensorArrayPoint
) – _descriptioncomponent (
str | None
) – String key for the field component to plot, by default None. If None then the first component in the measurement array is plottedtrace_opts (
TraceOptsSensor | None
, optional) – Dataclass containing specific options for controlling the plot appearance, by default None. If None the default options are used.plot_opts (
PlotOptsGeneral | None
, optional) – Dataclass containing general options for formatting plots and visualisations, by default None. If None the default options are used.
- Returns:
tuple[Any,Any]
– A tuple containing a handle to the matplotlib figure and axis objects: (fig,ax).