<div dir="ltr"><div><br></div>Recently, I am using metaplottopo to plot multichannel ERSP analyses, as you can see in my scripts:<br><div><br>figure(2); <br>metaplottopo( ALLEEG(1).data, 'chans', [1:31], 'plotfunc', 'newtimef', 'chanlocs', ALLEEG(1).chanlocs, 'plotargs', {ALLEEG(1).pnts, [-900  1499], ALLEEG(1).srate, [1000], 'cycles', [3 0.5], 'baseline',[0], 'alpha',0.05, 'plotitc' , 'off', 'mcorrect', 'fdr', 'plotphase', 'off', 'ntimesout', 400, 'padratio', 1, 'winsize', 900}, 'title', [ALLEEG(1).setname]);<br><br>figure(3); <br>metaplottopo( ALLEEG(2).data, 'chans', [1:31], 'plotfunc', 'newtimef', 'chanlocs', ALLEEG(2).chanlocs, 'plotargs', {ALLEEG(2).pnts, [-900  1499], ALLEEG(2).srate, [1000], 'cycles', [3 0.5], 'baseline',[0], 'alpha',0.05, 'plotitc' , 'off', 'mcorrect', 'fdr', 'plotphase', 'off', 'ntimesout', 400, 'padratio', 1, 'winsize', 900}, 'title', [ALLEEG(2).setname]);<br><br><br></div><div>How, can I use the same function to generate a plot with the result of the comparisons between the two conditions?<br><br></div><div>Thanks in advance<br></div><div>Javier<br clear="all"></div><div><br></div></div>