<p dir="ltr">Dear Shahar,</p>
<p dir="ltr">it is possible to perform a little hack to make this kind of plot work.<br>
The EEG.data matrix represnets channels by samples by epoch for epoched data, so you could reshape it into epochs by samples by channels and provided you also fill chanlocs and other relevant fields in EEG structure, plotting channels (scroll) would result in epochs being presented above each other as if they were electrodes.<br>

I can add some exemlary code if you have troubles doing that.</p>