pyeeg.models
.TRFEstimator.plot_topomap
- TRFEstimator.plot_topomap(time_lag, feat_id, info, ax=None, plot_kws={}, **kwargs)
Plot the topomap of the TRF at a given time-lag.
- Parameters:
time_lag (
float
) – Time-lag at which to plot the topomap.feat_id (
int
|str
) – Index of the feature requested. Can also be the name of the feature.info (
mne.Info
) – Info instance from MNE.ax (
plt.Axes
) – Axes to plot on.plot_kws (
**dict
) – Parameters to pass tomne.viz.plot_topomap()
**kwargs (
**dict
) – Parameters to pass tomne.viz.plot_topomap()