question about evoked.plot

Hi, experts

I have some questions about evoked.plot when I use mne-python to analysis evoked data.

Can I plot the signal of only one given channel?

  Thank you!

Best,
-Xiaoxu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20161201/4bc36c86/attachment.html

Hi,

you can pass 'picks' keyword to evoked.plot to plot a selection of
channels. You might also want to check plot_compare_evokeds (
http://martinos.org/mne/stable/auto_tutorials/plot_visualize_evoked.html#sphx-glr-auto-tutorials-plot-visualize-evoked-py
)

-Jaakko

Thank you so much!

-Xiaoxu