Scott,<br><br>Thanks a lot, that solves the problem! I had been thinking [-3 3] refered to microvolts, which was not the case....when I use much smaller range limits, the topoplots look fine.<br><br>Best,<br>Steve Politzer-Ahles<br>
<br><div class="gmail_quote">On Sun, Mar 6, 2011 at 2:46 PM, Scott Makeig <span dir="ltr"><<a href="mailto:smakeig@gmail.com">smakeig@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Likely your |data values| are << 3. Check min(range) and max(range)...<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Fri, Mar 4, 2011 at 9:38 PM, Stephen Politzer-Ahles <span dir="ltr"><<a href="mailto:politzerahless@gmail.com" target="_blank">politzerahless@gmail.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">Hello everyone,<br><br>I am a new EEGLAB user and am trying to make topoplots of multiple effects and time windows to compare within the same figure; I would like to set the same min/max scale values for all the topoplots. I have tried using input like ('maplimits',[-3 3]) within the call to topoplot(), but while that creates topoplots that seem to have the right scale (e.g. -3uv to 3uv), the plots themselves are just one plain color (that is to say, the whole plot is 0) even though there should be visible effects. Could anyone show me an example of how to define the maplimits in the topoplot() function? Any help would be greatly appreciated.<br>


<br>Here is the code I am trying to run:<br><br>figure;<br><br>[signal, variance, chan_names, pnts, rate, xmin, xmax] = loadavg('trig4-trig5.avg');<br>locations = readlocs('32chan_new.loc' );<br>range = mean(signal(:,350:500 ),2);<br>


subplot(2,3,1),topoplot(range,locations,'plotrad',.51,'conv','off','electrodes','off','maplimits',[-2 2]); title('150-300 ms')<br>range = mean(signal(:,500:700 ),2);<br>


subplot(2,3,2),topoplot(range,locations,'plotrad',.51,'conv','off','electrodes','off','maplimits',[-2 2]); title('300-500 ms')<br>range = mean(signal(:,800:1100 ),2);<br>


subplot(2,3,3),topoplot(range,locations,'plotrad',.51,'conv','off','electrodes','off','maplimits',[-2 2]); title('600-900 ms')<br><br>[signal, variance, chan_names, pnts, rate, xmin, xmax] = loadavg('trig6-trig7.avg');<br>


locations = readlocs('32chan_new.loc' );<br>range = mean(signal(:,350:500 ),2);<br>subplot(2,3,4),topoplot(range,locations,'plotrad',.51,'conv','off','electrodes','off','maplimits',[-2 2]); title('150-300 ms')<br>


range = mean(signal(:,500:700 ),2);<br>subplot(2,3,5),topoplot(range,locations,'plotrad',.51,'conv','off','electrodes','off','maplimits',[-2 2]); title('300-500 ms')<br>


range = mean(signal(:,800:1100 ),2);<br>subplot(2,3,6),topoplot(range,locations,'plotrad',.51,'conv','off','electrodes','off','maplimits',[-2 2]); title('600-900 ms')<br>


<br clear="all">Thank you,<br>Steve Politzer-Ahles<br><font color="#888888"><br><br>-- <br>Stephen Politzer-Ahles<br>University of Kansas<br>Linguistics Department<br><a href="http://www.linguistics.ku.edu/" target="_blank">http://www.linguistics.ku.edu/</a><br>



</font><br></div></div>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">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" target="_blank">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><font color="#888888"><br>
<br clear="all"><br>-- <br>Scott Makeig, Research Scientist and Director, Swartz Center for Computational Neuroscience, Institute for Neural Computation & Adj. Prof. of Neurosciences, University of California San Diego, La Jolla CA 92093-0559, <a href="http://sccn.ucsd.edu/%7Escott" target="_blank">http://sccn.ucsd.edu/~scott</a><br>


</font></blockquote></div><br><br clear="all"><br>-- <br>Stephen Politzer-Ahles<br>University of Kansas<br>Linguistics Department<br><a href="http://www.linguistics.ku.edu/">http://www.linguistics.ku.edu/</a><br>