<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><p><span style="padding: 3px 10px; border-radius: 5px; color: #ffffff; font-weight: bold; display: inline-block; background-color: #ff0000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p></p>Hi Alex, thanks for your answer<div class=""><br class=""></div><div class="">my question was more about the joint plots actually than on the time slider (which I have using plot_topomap(times=‘interactive’) )</div><div class="">basically, how could I synch these two plots for instance ?&nbsp;</div><div class="">thanks!</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="40EBF695-DF78-40C3-9F15-F8788664C158" width="153" height="320" src="cid:20AE52F1-5381-4EF2-A838-A219A04F09A3" class=""></div><div class="">&nbsp;&nbsp;<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Le 16 sept. 2020 à 14:01, Alexandre Gramfort &lt;<a href="mailto:alexandre.gramfort@inria.fr" class="">alexandre.gramfort@inria.fr</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><div class=""><div class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br class=""><br class="">hi Françoise,<br class=""><br class="">in a notebook you can use a slider using ipywidgets like:<br class=""><br class="">from ipywidgets import interact<br class=""><br class="">@interact(time=(evoked.times[0], evoked.times[-1], 0.01),<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;continuous_update=False)<br class="">def plot_topo(time):<br class=""> &nbsp;&nbsp;&nbsp;evoked.plot_topomap(times=[time], size=3., vmin=-250., vmax=250.)<br class=""><br class="">--<br class=""><br class="">you need to modify it to plot multiple evoked jointly<br class=""><br class="">HTH<br class="">Alex<br class=""><br class="">_______________________________________________<br class="">Mne_analysis mailing list<br class=""><a href="mailto:Mne_analysis@nmr.mgh.harvard.edu" class="">Mne_analysis@nmr.mgh.harvard.edu</a><br class="">https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis</div></div></blockquote></div><br class=""></div></body></html>