mne.viz.ui_events.unlink#
- mne.viz.ui_events.unlink(fig, *, verbose=None)[source]#
Remove all links involving the event channel of the given figure.
- Parameters:
- fig
matplotlib.figure.Figure|Figure3D The figure whose event channel should be unlinked from all other event channels.
- verbosebool |
str|int|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- fig