[Mne_analysis] Plot a subset of evoked responses?

Maria Hakonen maria.hakonen at gmail.com
Mon Aug 25 05:34:37 EDT 2014
Search archives:

Hi all,

I have calculated evoked responses of MEG measurements as follows:
epochs = mne.Epochs(raw, events, event_id, tmin, tmax, proj=True,
picks=picks_bp, baseline=(None,0), preload=True, reject=reject)
evoked = epochs.average()

I would like to plot a subset of 18 channels in a subpolt, each channel is
in its own plot.
I have divided the window as follows:
f, ((ax1, ax2), (ax3, ax4)) = plt.subplots(6, 3, sharex='col', sharey='row')

How can I now plot only a selected channels?

Thank you already in advance!

Regards,
Maria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20140825/7a2d1c05/attachment.html 


More information about the Mne_analysis mailing list