[Mne_analysis] comparing spatio-temporal maps

Françoise Lecaignard francoise.lecaignard at inserm.fr
Wed Sep 16 08:38:21 EDT 2020
Search archives:

        External Email - Use Caution        

Hi Alex, thanks for your answer

my question was more about the joint plots actually than on the time slider (which I have using plot_topomap(times=‘interactive’) )
basically, how could I synch these two plots for instance ? 
thanks!


  

> Le 16 sept. 2020 à 14:01, Alexandre Gramfort <alexandre.gramfort at inria.fr> a écrit :
> 
>        External Email - Use Caution        
> 
> hi Françoise,
> 
> in a notebook you can use a slider using ipywidgets like:
> 
> from ipywidgets import interact
> 
> @interact(time=(evoked.times[0], evoked.times[-1], 0.01),
>          continuous_update=False)
> def plot_topo(time):
>    evoked.plot_topomap(times=[time], size=3., vmin=-250., vmax=250.)
> 
> --
> 
> you need to modify it to plot multiple evoked jointly
> 
> HTH
> Alex
> 
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200916/99cdc6ce/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture d?e?cran 2020-09-16 a? 14.36.04.png
Type: image/png
Size: 135278 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200916/99cdc6ce/attachment-0001.png 


More information about the Mne_analysis mailing list