mne.viz.link_brains¶
- mne.viz.link_brains(brains, time=True, camera=False, colorbar=True, picking=False)[source]¶
Plot multiple SourceEstimate objects with PyVista.
- Parameters
- brains
list
,tuple
ornp.ndarray
The collection of brains to plot.
- timebool
If True, link the time controllers. Defaults to True.
- camerabool
If True, link the camera controls. Defaults to False.
- colorbarbool
If True, link the colorbar controllers. Defaults to True.
- pickingbool
If True, link the vertices picked with the mouse. Defaults to False.
- brains