[Mne_analysis] comparing spatio-temporal maps

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

        External Email - Use Caution        

ok !

> Le 16 sept. 2020 à 14:42, Alexandre Gramfort <alexandre.gramfort at inria.fr> a écrit :
> 
>         External Email - Use Caution        
> 
> 
> hi,
> 
> it is currently not implemented. Can you open a feature request issue
> on github?
> 
> Alex
> 
> 
> On Wed, Sep 16, 2020 at 2:39 PM Françoise Lecaignard <francoise.lecaignard at inserm.fr <mailto:francoise.lecaignard at inserm.fr>> wrote:
>         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!
> 
> <Capture d’écran 2020-09-16 à 14.36.04.png>
>   
> 
>> Le 16 sept. 2020 à 14:01, Alexandre Gramfort <alexandre.gramfort at inria.fr <mailto: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 <mailto:Mne_analysis at nmr.mgh.harvard.edu>
>> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis <https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu <mailto:Mne_analysis at nmr.mgh.harvard.edu>
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis <https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis>_______________________________________________
> 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/f0b4cdb1/attachment.html 


More information about the Mne_analysis mailing list