mne.viz.ui_events.TimeChange#
- class mne.viz.ui_events.TimeChange(time: float)[source]#
Indicates that the user has selected a time.
- Parameters:
- time
float
The new time in seconds.
- time
- Attributes:
name
str
The name of the event, which is the class name in snake case.
- source
matplotlib.figure.Figure
|Figure3D
The figure that published the event.
- time
float
The new time in seconds.
- property name#
The name of the event, which is the class name in snake case.
Examples using mne.viz.ui_events.TimeChange
#
Using the event system to link figures
Using the event system to link figures