eegprep.eeg_multieegplot#

eegprep.eeg_multieegplot(data, rej=None, rejE=None, oldrej=None, oldrejE=None, *args, oldcolor=(0.8, 1.0, 0.8), newcolor=(0.8, 0.8, 1.0), show=True, **kwargs)#

Open eegplot with current and previous rejection marks.

rej/rejE and oldrej/oldrejE follow EEGLAB’s convention: trial vectors are sweeps-length arrays of 0/1 marks and electrode marks are channels x sweeps boolean arrays. For continuous data, rejection rows may be [start end] or EEGLAB event-like rows whose start/end are in columns 3 and 4.

Parameters:
Return type:

Any