[Mne_analysis] Events plot on epochs

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Thu Nov 24 03:52:08 EST 2016
Search archives:

hi,

I created an issue:

https://github.com/mne-tools/mne-python/issues/3788

please comment on github if you want to add something.

Alex


On Wed, Nov 23, 2016 at 5:51 PM, Lorenzo Alfine
<lorenzo.alfine at gmail.com> wrote:
> Hello everyone,
> I'm a new user of MNE and right now I'm working with EEG.
>
> I'm epoching my raw data specifycing a given event_id, let's say event_id =
> 110.
>
> epochs1 = mne.Epochs(raw1, events1,event_id=110, tmin=-0.5, tmax=5,
> preload=True, add_eeg_ref=False)
>
> Later I plot the results with:
>
> epochs1.plot(n_epochs=2, n_channels=3)
>
>
> My question is: is it possible to have in the same plot of the epochs also
> the events that I excluded when creating epochs1? Now in the plot I've, of
> course, only a vertical line per epoch, and it represents the time of
> event_id = 110 within every epoch. I would like to have, in every epoch
> (calculated from event_id =110), also all the other vertical lines
> representing the remaining events.
>
> Thank you,
>
> LA
>
> MSc student, University of Padova
>
>
> _______________________________________________
> 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.
>


More information about the Mne_analysis mailing list