mne.viz.ui_events.Contours#
- class mne.viz.ui_events.Contours(kind: str, contours: list[str])[source]#
Indicates that the user has changed the contour lines.
- Parameters:
- Attributes:
namestrThe name of the event, which is the class name in snake case.
- source
matplotlib.figure.Figure|Figure3D The figure that published the event.
- kind
str The kind of contours lines being changed. The Notes section of the drawing routine publishing this event should mention the possible kinds.
- contours
listoffloat The new values at which contour lines need to be drawn.
- property name#
The name of the event, which is the class name in snake case.