[Eeglablist] ploting 2 datasets in eegplot

Arnaud Delorme arno at salk.edu
Thu Sep 29 09:16:12 PDT 2005


> Can I plot 2 signals, one on top the other, with different colors in 
> the eegplot window? 

Not yet, but I will send you in a separate email (to avoid clutering the 
mailing list) a recent revision of eegplot that is able to do exactly 
what you mention. It will be in the next EEGLAB release in a few weeks, 
and accessible from the menu. For example after opening the tutorial 
dataset (that contains an ICA decomposition), you will be able to type in

TMP = pop_subcomp(EEG, 3); % remove component 3 (eye blink in this case)
eegplot(EEG.data, 'srate', EEG.srate, 'limits', [EEG.xmin 
EEG.xmax]*1000, 'data2', TMP.data);

Best,

Arno




More information about the eeglablist mailing list