pyavs.plot_evoked_joint

pyavs.plot_evoked_joint(evoked: mne.Evoked, times: float | List[float] | str | None = None, title: str | None = None, show: bool = True, **kwargs) Figure[source]

Create a joint plot of evoked MEG data: topomaps above, butterfly + GFP below.

Parameters:
  • evoked (mne.Evoked) – The evoked data to plot.

  • times (float, list of float, "peaks", or None) – Time points (in seconds) for topomaps. If None or “peaks”, the 3 largest GFP peaks are used.

  • title (str, optional) – Ignored (no titles per convention).

  • show (bool, optional) – Whether to call plt.show() (default: True).

Returns:

fig

Return type:

matplotlib.figure.Figure