figure_compare¶
- figure_compare(raw: list[Raw], labels: list[str], avg: bool = True, n_jobs: int = None, **kwargs)[source][source]¶
Plots the psd of a list of raw objects
- Parameters:
raw (
list[Raw]) – The raw objects to plotlabels (
list[str]) – The labels for the raw objectsavg (
bool, optional) – Whether to average the psd over channels, by default Truen_jobs (
int, optional) – The number of jobs to use for the computation, by default None**kwargs – Additional keyword arguments to pass to Raw.compute_psd()