Plotting data from two files on 1 graph

External Email - Use Caution

Hello

Is there any way to plot data from two files on 1 graph? I need to visual compare raw data from one same sensor on one plot with trigger separating.

Looking foraward for your replay

Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190223/fe85fe42/attachment.html

External Email - Use Caution

hi,

does this:

https://martinos.org/mne/stable/generated/mne.viz.plot_compare_evokeds.html#mne.viz.plot_compare_evokeds
or
https://martinos.org/mne/stable/auto_examples/visualization/plot_topo_compare_conditions.html

help?

Alex

External Email - Use Caution

I tried it both, but because need topography and mne.viz.plot_compare_evokeds, as I understand, shows data only from one file. I'm looking for something like it, but it should be to plot data from two session - two fif files on one graphs.

External Email - Use Caution

plot_compare_evokeds takes a list of evoked as input so it can come
from 2 sessions.

HTH
Alex