mne.viz.ui_events.FigureClosing#
- class mne.viz.ui_events.FigureClosing[source]#
Indicates that the user has requested to close a figure.
- 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.
- property name#
The name of the event, which is the class name in snake case.