File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ class BaseNapariMPLWidget(QWidget):
29
29
are customised to match the visual style of the main napari window.
30
30
It is not responsible for creating any Axes, because different
31
31
widgets may want to implement different subplot layouts.
32
+
33
+ See Also
34
+ --------
35
+ NapariMPLWidget : A child class that also contains helpful attributes and
36
+ methods for working with napari layers.
32
37
"""
33
38
34
39
def __init__ (
@@ -121,6 +126,11 @@ class NapariMPLWidget(BaseNapariMPLWidget):
121
126
Main napari viewer.
122
127
layers : `list`
123
128
List of currently selected napari layers.
129
+
130
+ See Also
131
+ --------
132
+ MPLWidget : The parent class of this widget. Contains helpful methods
133
+ for creating and working with the Matplotlib figure and any axes.
124
134
"""
125
135
126
136
def __init__ (
You can’t perform that action at this time.
0 commit comments