mne.viz.
plot_evoked
(evoked, picks=None, exclude='bads', unit=True, show=True, ylim=None, xlim='tight', proj=False, hline=None, units=None, scalings=None, titles=None, axes=None, gfp=False, window_title=None, spatial_colors=False)¶Plot evoked data using butteryfly plots
Left click to a line shows the channel name. Selecting an area by clicking and holding left mouse button plots a topographic map of the painted area.
Note: If bad channels are not excluded they are shown in red.
Parameters: | evoked : instance of Evoked
picks : array-like of int | None
exclude : list of str | ‘bads’
unit : bool
show : bool
ylim : dict | None
xlim : ‘tight’ | tuple | None
proj : bool | ‘interactive’
hline : list of floats | None
units : dict | None
scalings : dict | None
titles : dict | None
axes : instance of Axis | list | None
gfp : bool | ‘only’
window_title : str | None
spatial_colors : bool
|
---|---|
Returns: | fig : instance of matplotlib.figure.Figure
|