In case anyone is interested, or just for the record, a solution is to plot two different eegplot windows and have them linked. You can do this as:<div><br></div><div>eegplot(eegdataType1....</div><div>h=gcf; %to get the handle of the eegplot figure</div>

<div>eegplot(eegdataType2,<span class="s1">'children'</span>,h,....)<br><br>where ... implies other parameters like 'srate' or 'eloc_file'.</div><div><br></div><div>This works nicely since the eegplots can have independent scaling but the arrow bars of the main window (the second one) also controls the first so you can scroll them together.</div>

<div><br></div><div>Andy</div><div><br></div><div><br><div class="gmail_quote">On Sun, Dec 11, 2011 at 1:52 PM, Andrew Goldfine <span dir="ltr"><<a href="mailto:andygoldfine@gmail.com">andygoldfine@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I'd like to use eegplot within EEGLAB to display and reject other datatypes concurrent with my eeg. This includes EMG channels and accelerometer channels that are recorded currently. The only issue I have at this point is that eegplot doesn't seem to allow for different scaling for different datatypes / channels in the EEG.data array. Is there a way to modify the scaling for individual channels in the plot so they all appear around the same size?<div>


<br></div><div>Thanks,</div><div>Andy</div>
</blockquote></div><br></div>