neurodsp.plts.plot_multi_time_series

neurodsp.plts.plot_multi_time_series(times, sigs, colors=None, ax=None, **plt_kwargs)[source]

Plot multiple time series, with a vertical offset.

Parameters:
times1d or 2d array, or list of 1d array, or None

Time definition(s) for the time series to be plotted. If None, time series will be plotted in terms of samples instead of time.

sigs2d array or list of 1d array

Time series to plot, each list or row of the array representing a different channel.

colorsstr or list of str

Color(s) to use to plot lines.

axmatplotlib.Axes, optional

Figure axes upon which to plot.

**kwargs

Keyword arguments for customizing the plot.

Examples using neurodsp.plts.plot_multi_time_series

Simulating Multiple Signals

Simulating Multiple Signals