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.
- time
bool
If True, link the time controllers. Defaults to True.
- camera
bool
If True, link the camera controls. Defaults to False.
- colorbar
bool
If True, link the colorbar controllers. Defaults to True.
- picking
bool
If True, link the vertices picked with the mouse. Defaults to False.
- brains