mne.viz.
plot_evoked_topo
(evoked, layout=None, layout_scale=0.945, color=None, border='none', ylim=None, scalings=None, title=None, proj=False, vline=[0.0], fig_facecolor='k', fig_background=None, axis_facecolor='k', font_color='w', merge_grads=False, show=True)¶Plot 2D topography of evoked responses.
Clicking on the plot of an individual sensor opens a new figure showing the evoked response for the selected sensor.
Parameters: | evoked : list of Evoked | Evoked
layout : instance of Layout | None
layout_scale: float
color : list of color objects | color object | None
border : str
ylim : dict | None
scalings : dict | None
title : str
proj : bool | ‘interactive’
vline : list of floats | None
fig_facecolor : str | obj
fig_background : None | numpy ndarray
axis_facecolor : str | obj
font_color : str | obj
merge_grads : bool
show : bool
|
---|---|
Returns: | fig : instance of matplotlib.figure.Figure
|
mne.viz.plot_evoked_topo
¶