Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a94fee commit f4e5fceCopy full SHA for f4e5fce
src/napari_matplotlib/base.py
@@ -28,6 +28,11 @@ class MPLWidget(QWidget):
28
`~matplotlib.figure.Figure`, and an associated toolbar.
29
It is not responsible for creating any Axes, because different
30
widgets may want to implement different subplot layouts.
31
+
32
+ See Also
33
+ --------
34
+ NapariMPLWidget : A child class that also contains helpful attributes and
35
+ methods for working with napari layers.
36
"""
37
38
def __init__(
@@ -120,6 +125,11 @@ class NapariMPLWidget(MPLWidget):
120
125
Main napari viewer.
121
126
layers : `list`
122
127
List of currently selected napari layers.
128
129
130
131
+ MPLWidget : The parent class of this widget. Contains helpful methods
132
+ for creating and working with the Matplotlib figure and any axes.
123
133
124
134
135
0 commit comments