Skip to content

Commit f4e5fce

Browse files
committed
Add signposting between base classes
1 parent 3a94fee commit f4e5fce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/napari_matplotlib/base.py

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy