mne.viz.
plot_topo_image_epochs
(epochs, layout=None, sigma=0.0, vmin=None, vmax=None, colorbar=True, order=None, cmap=’RdBu_r’, layout_scale=0.95, title=None, scalings=None, border=’none’, fig_facecolor=’k’, fig_background=None, font_color=’w’, show=True)[source]¶Plot Event Related Potential / Fields image on topographies.
Parameters: | epochs : instance of Epochs
layout: instance of Layout
sigma : float
vmin : float
vmax : float
colorbar : bool
order : None | array of int | callable
cmap : instance of matplotlib.pyplot.colormap
layout_scale: float
title : str
scalings : dict | None
border : str
fig_facecolor : str | obj
fig_background : None | array
font_color : str | obj
show : bool
|
---|---|
Returns: | fig : instance of matplotlib figure
|