Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4e5fce

Browse filesBrowse files
committed
Add signposting between base classes
1 parent 3a94fee commit f4e5fce
Copy full SHA for f4e5fce

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎src/napari_matplotlib/base.py

Copy file name to clipboardExpand all lines: src/napari_matplotlib/base.py
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ class MPLWidget(QWidget):
2828
`~matplotlib.figure.Figure`, and an associated toolbar.
2929
It is not responsible for creating any Axes, because different
3030
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.
3136
"""
3237

3338
def __init__(
@@ -120,6 +125,11 @@ class NapariMPLWidget(MPLWidget):
120125
Main napari viewer.
121126
layers : `list`
122127
List of currently selected napari layers.
128+
129+
See Also
130+
--------
131+
MPLWidget : The parent class of this widget. Contains helpful methods
132+
for creating and working with the Matplotlib figure and any axes.
123133
"""
124134

125135
def __init__(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.