[Mne_analysis] Plot a subset of evoked responses?

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Mon Aug 25 06:47:58 EDT 2014
Search archives:

hi Maria,

see attached.

HTH
Alex


On Mon, Aug 25, 2014 at 11:34 AM, Maria Hakonen <maria.hakonen at gmail.com> wrote:
> 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
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demo_maria.py
Type: text/x-python-script
Size: 786 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20140825/38d8e6f3/attachment.bin 


More information about the Mne_analysis mailing list