Plotting different condition on the same graph

Hi,

I would like to see different conditions on the same graph (for example by
using "plot_topo"). How can I do this? Also I would like to see the time
and amplitude scale on the graph.

Many thanks
Emanuela
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160824/7deb7fa3/attachment-0001.html

Hi Emanuela,

Take a look at this example: http://martinos.org/mne/dev/
auto_examples/visualization/plot_topo_compare_conditions.
html#sphx-glr-auto-examples-visualization-plot-topo-compare-conditions-py

As for the scale, I fear you would need to hack something. Something like
this <https://gist.github.com/jasmainak/f322967d9e18499431f4410183e1014c>
might be a good start.

Best regards,
Mainak