<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Sebastian,<div><br></div><div><div>here is some code to do exactly that</div></div><div><br></div><div>figure; metaplottopo( EEG.data, 'plotfunc', 'newtimef', 'chanlocs', EEG.chanlocs, 'plotargs', {EEG.pnts, [EEG.xmin EEG.xmax]*1000, EEG.srate, [0], 'plotitc', 'off', 'ntimesout', 50, 'padratio', 1});</div><div><br></div><div>You will have to use a slightly modified version of newtimef though</div><div><br></div><div><a href="https://sccn.ucsd.edu/svn/software/eeglab/functions/timefreqfunc/newtimef.m">https://sccn.ucsd.edu/svn/software/eeglab/functions/timefreqfunc/newtimef.m</a></div><div><br></div><div><div>here is also some code to plot ERPIMAGE for all channels (sorted by reaction time)</div></div><div><br></div><div>figure; metaplottopo(EEG.data, 'plotfunc', 'erpimage', 'plotargs', { eeg_getepochevent( EEG, {'rt'},[],'latency'), linspace(EEG.xmin*1000, EEG.xmax*1000, EEG.pnts), '', 10, 1 ,'erp','off','cbar','off' }, 'chanlocs', EEG.chanlocs);</div><div><br></div><div>Clicking on the individual image will pop up a new window.</div><div>You might have to modify the code slightly depending on your data.</div><div><br></div><div>Best,</div><div><br></div><div>Arno</div><div><br></div><div><img height="480" width="564" apple-width="yes" apple-height="yes" id="c3268cd7-9623-4d7c-a4a3-7c82db45e1ed" src="cid:86D15FB4-68DF-479C-B656-395FBDC300CC"></div><div><br><div><div>On 20 Jan 2013, at 02:46, Sebastien Pollet wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear all,<br><br>I am  relatively new to EEGLab and Matlab, but am learning fast.<br><br>With Plot > Time frequency transforms > Channel time-frequency, I  get a plot for one channel at a time.<br><br>Is it possible to position the plots of all channels onto one figure according to my channel locations?<br><br>Thanks very much in advance for any response.<br><br>Sebastien<br><br>_______________________________________________<br>Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></div></blockquote></div><br></div></body></html>