<div dir="ltr">Many thanks for your answer.<div>I copied that loop in my script. </div><div>However, I get an error:</div><div><br></div><div><div> idx = 0</div><div>      ^</div><div>SyntaxError: invalid syntax</div></div>
<div><br></div><div>I wonder what could be wrong there?</div><div><br></div><div>-Maria</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-25 13:47 GMT+03:00 Alexandre Gramfort <span dir="ltr">&lt;<a href="mailto:alexandre.gramfort@telecom-paristech.fr" target="_blank">alexandre.gramfort@telecom-paristech.fr</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi Maria,<br>
<br>
see attached.<br>
<br>
HTH<br>
Alex<br>
<div><div class="h5"><br>
<br>
On Mon, Aug 25, 2014 at 11:34 AM, Maria Hakonen &lt;<a href="mailto:maria.hakonen@gmail.com">maria.hakonen@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I have calculated evoked responses of MEG measurements as follows:<br>
&gt; epochs = mne.Epochs(raw, events, event_id, tmin, tmax, proj=True,<br>
&gt; picks=picks_bp, baseline=(None,0), preload=True, reject=reject)<br>
&gt; evoked = epochs.average()<br>
&gt;<br>
&gt; I would like to plot a subset of 18 channels in a subpolt, each channel is<br>
&gt; in its own plot.<br>
&gt; I have divided the window as follows:<br>
&gt; f, ((ax1, ax2), (ax3, ax4)) = plt.subplots(6, 3, sharex=&#39;col&#39;, sharey=&#39;row&#39;)<br>
&gt;<br>
&gt; How can I now plot only a selected channels?<br>
&gt;<br>
&gt; Thank you already in advance!<br>
&gt;<br>
&gt; Regards,<br>
&gt; Maria<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Mne_analysis mailing list<br>
&gt; <a href="mailto:Mne_analysis@nmr.mgh.harvard.edu">Mne_analysis@nmr.mgh.harvard.edu</a><br>
&gt; <a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis" target="_blank">https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis</a><br>
&gt;<br>
&gt;<br>
&gt; The information in this e-mail is intended only for the person to whom it is<br>
&gt; addressed. If you believe this e-mail was sent to you in error and the<br>
&gt; e-mail<br>
&gt; contains patient information, please contact the Partners Compliance<br>
&gt; HelpLine at<br>
&gt; <a href="http://www.partners.org/complianceline" target="_blank">http://www.partners.org/complianceline</a> . If the e-mail was sent to you in<br>
&gt; error<br>
&gt; but does not contain patient information, please contact the sender and<br>
&gt; properly<br>
&gt; dispose of the e-mail.<br>
&gt;<br>
<br>_______________________________________________<br>
Mne_analysis mailing list<br>
<a href="mailto:Mne_analysis@nmr.mgh.harvard.edu">Mne_analysis@nmr.mgh.harvard.edu</a><br>
<a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis" target="_blank">https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis</a><br>
<br>
<br>
The information in this e-mail is intended only for the person to whom it is<br>
addressed. If you believe this e-mail was sent to you in error and the e-mail<br>
contains patient information, please contact the Partners Compliance HelpLine at<br>
<a href="http://www.partners.org/complianceline" target="_blank">http://www.partners.org/complianceline</a> . If the e-mail was sent to you in error<br>
but does not contain patient information, please contact the sender and properly<br>
dispose of the e-mail.<br>
<br></blockquote></div><br></div>