<div dir="ltr">Hello everyone,<div>I&#39;m a new user of MNE and right now I&#39;m working with EEG.</div><div><br></div><div>I&#39;m epoching my raw data specifycing a given event_id, let&#39;s say event_id = 110.</div><div><br></div><div>epochs1 = mne.Epochs(raw1, events1,event_id=110, tmin=-0.5, tmax=5, preload=True, add_eeg_ref=False)<br></div><div><br></div><div>Later I plot the results with:</div><div><br></div><div>epochs1.plot(n_epochs=2, n_channels=3)<br></div><div><br></div><div><br></div><div>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&#39;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.</div><div><br></div><div>Thank you,</div><div><br></div><div>LA</div><div><br></div><div>MSc student, University of Padova   </div><div><br></div></div>