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
eegplotwith current and previous rejection marks.rej/rejEandoldrej/oldrejEfollow EEGLAB’s convention: trial vectors are sweeps-length arrays of 0/1 marks and electrode marks arechannels x sweepsboolean arrays. For continuous data, rejection rows may be[start end]or EEGLAB event-like rows whose start/end are in columns 3 and 4.