mne.viz.ui_events.Contours#
- class mne.viz.ui_events.Contours(kind: str, contours: list[str], line_width: float | None)[source]#
Indicates that the user has changed the contour lines.
- Parameters:
- 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.
- line_width
float|None The line_width with which to draw the contour lines. Can be
Noneto indicate to keep using the current line_width.
- kind
- 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.
- line_width
float|None The line_width with which to draw the contour lines. Can be
Noneto indicate to keep using the current line_width.
- property name#
The name of the event, which is the class name in snake case.