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', font_color='w', show=True)¶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
font_color : str | obj
show : bool
|
---|---|
Returns: | fig : instance of matplotlib figure
|